油箱多相流动:练习 6 - 定义流体属性
1. 按住 CTRL 键并选择“域”(Domains) 下的所有体积块。
2. 在“属性”(Properties) 面板中,单击“模型”(Model) 选项卡。
3. 对于“通用”(Common),在 Component fuel 下,将“值”(Value) 设置为 800 kg/m3
4. 对于“流动”(Flow),在 Component fuel 下,设置以下值:
◦ 粘度“值”(Value) 为 0.002 Pa-s
◦ “表面张力”(Surface Tension) -“表面张力”(Surface Tension)
5. 对于“多相”(Multiphase),设置以下值:
◦ Component fuel
▪ “组分输出”(Component Output)
▪ “体积块”(Volume) -“否”(No)
▪ “质量分数”(Mass Fraction) -“是”(Yes)
▪ “体积分数”(Volume Fraction) -“是”(Yes)
▪ “相质量”(Phase Mass) -“是”(Yes)
▪ “相体积”(Phase Volume) -“是”(Yes)
▪ 对于“初始条件”(Initial Condition),将“值”(Value) 设置为 0 (零)
◦ Component air
▪ “组分输出”(Component Output)
▪ “体积块”(Volume) -“否”(No)
▪ “质量分数”(Mass Fraction) -“是”(Yes)
▪ “体积分数”(Volume Fraction) -“是”(Yes)
▪ “相质量”(Phase Mass) -“是”(Yes)
▪ “相体积”(Phase Volume) -“是”(Yes)
▪ 对于“初始条件”(Initial Condition),将“值”(Value) 设置为 1
若要使油箱保持初始油面,请指定如下所示的表达式:
1. 在“操作”(Operations) 组中,单击“表达式编辑器”(Expression Editor)。“表达式编辑器”(Expression Editor) 对话框随即打开。
2. 在“全局表达式”(Global Expressions) 框中键入以下命令:
◦ f_fuel = (z<0.2) ? 1 : 0
◦ f_air = 1 - f_fuel
3. 在“域”(Domains) 下,选择 Tank。
4. 在“属性”(Properties) 面板中,单击“模型”(Model) 选项卡。
5. 对于“多相”(Multiphase),设置以下值:
◦ 在 Component fuel 下,对于“初始条件”(Initial Condition) 将“值”(Value) 设置为 f_fuel
◦ 在 Component air 下,对于“初始条件”(Initial Condition) 将“值”(Value) 设置为 f_air