HydroGeoSphere/河道流动
外观
河道域,可以使用以下说明进行设置,如第 2.3.2.4 节和公式 2.65 中所述。
除非用户修改默认值,否则域中所有河道区域将被分配默认属性。默认值,表 5.10,可以修改,建议修改以适应模型应用。
参数 | 值 | 单位 |
---|---|---|
形状 | 矩形 | 米 |
宽度 | 1 | 米 |
曼宁摩擦系数 | 0.0548 | 米−1/3 秒 |
河岸高度 | 1 | 米 |
河床厚度 | 0.001 | 米 |
河床导水率 | 1 × 10−4 | 米 |
- • • •
- • • •
例如,以下一组说明,带前缀.cprops文件图 5.14,可以插入到前缀中.grok文件以生成河道
use domain type
channel
properties file
prefixl.cprops
clear chosen segments
choose segments polyline
2
0.0 10.0 20.0
100.0 10.0 10.0
new zone
1
clear chosen zones
choose zone number
1
read properties
channel one
clear chosen nodes
choose nodes all
initial head surface elevation
clear chosen nodes
choose node
0.0 10.0 20.0
create node set
inlet_node
boundary condition
type
head
name
inlet_node_flux
node set
inlet_node
time value table
0.0 20.0001
end
end
clear chosen nodes
choose node
100.0 10.0 10.0
create node set
outlet_node
boundary condition
type
channel critical depth
name
cd_outlet_node
node set
outlet_node
end
clear chosen nodes
choose nodes top block
0.0 99.5
9.0 11.
0.0 20.
create node set
internal_node
boundary condition
type
flux nodal
name
internal_flux
node set
internal_node
time value table
0.0 0.601818e-2
end
end
河道域示例打开属性文件前缀.cprops,如图图 5.14所示,并创建一个宽 1 米的河道。河道一属性被读入grok。
!------------------------------------------
channel one
type rectangle
1.0
friction
0.01
rill storage height
0.001
obstruction storage height
0.0
streambed thickness
0.3
streambed conductivity
1.0e-4
bank height
1.0
end
- 图 5.14:示例河道域属性文件 prefix.cprops
- • • •
- • • •
范围:.grok
此指令导致河道流动方案使用双节点方法。
- • • •
- • • •
范围:.grok .cprops
- ChanWidth 河道宽度 [L]。
矩形河道的宽度。
- • • •
- • • •
范围:.grok .cprops
- ChanWidth 河道宽度 [L]。
- ChanTrapBankAngle 河岸角度 [度]。
梯形河道底部的宽度以及岸线与垂直线的夹角。
- • • •
- • • •
范围:.grok .cprops
- ChanRadius 河道半径 [L]。
圆形河道的半径。
- • • •
- • • •
范围:.grok .cprops
- nChanTab 表中水深值的个数。
- i=1, nChanTab, ChanTabD, ChanTabAF, ChanTabWP, ChanTabTW 用于水深、流量面积、湿周和顶宽的表格。
可以使用表格形式的数据来指定给定水深值的流量面积、湿周和顶宽。
- • • •
- • • •
范围:.grok .cprops
- ChanFrictn 河道的曼宁摩擦系数。
所选区域的曼宁摩擦系数。
- • • •
- • • •
范围:.grok .cprops
- ChanRillStor 河道细沟蓄水高度。
流动的最低水深。
- • • •
- • • •
范围:.grok .cprops
- ChanOnstructStor 河道障碍蓄水高度。
障碍蓄水高度。
- • • •
- • • •
范围:.grok .cprops
- ChanStrmBedThick 河床厚度。
定义河道和地下之间的耦合的河床厚度。
- • • •
- • • •
范围:.grok .cprops
- ChanStrmBedK 河床的导水率。
河床导水率与厚度一起定义河道和地下之间的耦合电导率。
- • • •
- • • •
范围:.grok .cprops
- ChanBankHeight 河岸高度。
定义河道和地表径流域之间相互作用的河岸高度。
- • • •
- • • •