Closure model block
<ParameterList name="Closure Model">
<ParameterList name="model_id">
...
...
...
</ParameterList> <!--model_id-->
</ParameterList> <!--Closure Model-->
Note
The sublist name model_id must match the value specified under Model ID in the Physics Blocks sublist. For example, if Model ID is defined as fluids in the Physics Blocks, the corresponding sublist in Closure Models must also be named fluids.
1 <ParameterList name="Physics Blocks">
2 <ParameterList name="FluidPhysicsBlock">
3 <ParameterList>
4 <Parameter name="Type" type="string" value="IncompressibleNavierStokes"/>
5 <Parameter name="Basis Order" type="int" value="1"/>
6 <Parameter name="Integration Order" type="int" value="2"/>
7 <Parameter name="Model ID" type="string" value="fluids"/>
8 <Parameter name="Build Temperature Equation" type="bool" value="true"/>
9 <Parameter name="Build Buoyancy Source" type="bool" value="true"/>
10 </ParameterList> <!-- -->
11 </ParameterList> <!-- FluidPhysicsBlock -->
12 </ParameterList> <!-- Physics Blocks -->
1 <ParameterList name="Closure Models">
2 <ParameterList name="fluids">
3 <ParameterList name="Fluid Properties">
4 <Parameter name="Continuity Model" type="string" value="AC"/>
5 <Parameter name="Build Temperature Equation" type="bool" value="true"/>
6 <Parameter name="Build Buoyancy Source" type="bool" value="true"/>
7 <Parameter name="Kinematic viscosity" type="double" value="2.081e-5"/>
8 <Parameter name="Density" type="double" value="1.225"/>
9 <Parameter name="Thermal conductivity" type="double" value="0.0262"/>
10 <Parameter name="Specific heat capacity" type="double" value="1000.0"/>
11 <Parameter name="Artificial compressibility" type="double" value="1000.0"/>
12 <Parameter name="Heat capacity ratio" type="double" value="1.0"/>
13 <Parameter name="Expansion coefficient" type="double" value="3.4722e-3"/>
14 <Parameter name="Reference temperature" type="double" value="288.0"/>
15 </ParameterList> <!-- Fluid Properties -->
16 <ParameterList name="DQDT">
17 <Parameter name="Type" type="string" value="IncompressibleTimeDerivative"/>
18 </ParameterList> <!-- DQDT -->
19 <ParameterList name="CONVECTIVE_FLUX">
20 <Parameter name="Type" type="string" value="IncompressibleConvectiveFlux"/>
21 </ParameterList> <!-- CONVECTIVE_FLUX -->
22 <ParameterList name="VISCOUS_FLUX">
23 <Parameter name="Type" type="string" value="IncompressibleViscousFlux"/>
24 </ParameterList> <!-- VISCOUS_FLUX -->
25 <ParameterList name="BUOYANCY_SOURCE">
26 <Parameter name="Type" type="string" value="IncompressibleBuoyancySource"/>
27 </ParameterList> <!-- BUOYANCY_SOURCE -->
28 <ParameterList name="element_length">
29 <Parameter name="Type" type="string" value="ElementLength"/>
30 </ParameterList> <!-- element_length -->
31 <ParameterList name="local_time_step_size">
32 <Parameter name="Type" type="string" value="IncompressibleLocalTimeStepSize"/>
33 </ParameterList> <!-- local_time_step_size -->
34 </ParameterList> <!-- fluids -->
35 </ParameterList> <!-- Closure Models -->