-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #296 from CFD-GO/develop
Version 6.4
- Loading branch information
Showing
69 changed files
with
6,452 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
|
||
<!-- To be used with d3q27q27_cm_cht_OutFlowNeumann_AVG_IBB --> | ||
|
||
<?xml version="1.0"?> | ||
<CLBConfig version="2.0" output="output/d3q27q7_HotKarman_Re100_Pr5/"> | ||
<Geometry nx="512" ny="100" nz="3" > | ||
<CM> <Box/> </CM> | ||
<!-- <BGK> <Box/> </BGK> --> | ||
<!-- <CM_NONLINEAR> <Box/> </CM_NONLINEAR> --> | ||
<WVelocity name="Inlet"><Box nx="1"/></WVelocity> | ||
<ENeumann name="Outlet"><Box dx="-1"/></ENeumann> | ||
<!-- <EConvective name="Outlet"><Box dx="-1"/></EConvective> --> | ||
<!-- <EPressure name="Outlet"><Box dx="-1"/></EPressure> --> | ||
|
||
|
||
<!-- | ||
Second Order BC on cylinder | ||
--> | ||
<HydroIBB> | ||
<STL file="example/heat/cylinder_XYplane_D10_Z9.stl" | ||
scale="3.0" | ||
Xrot="0d" | ||
x="135.000000" | ||
y="50.000000" | ||
z="0" | ||
side="surface"/> | ||
</HydroIBB> | ||
<HeaterDirichletTemperatureIABB name="BC_heat_cylinder"> | ||
<STL file="example/heat/cylinder_XYplane_D10_Z9.stl" | ||
scale="3.0" | ||
Xrot="0d" | ||
x="135.000000" | ||
y="50.000000" | ||
z="0" | ||
side="surface"/> | ||
</HeaterDirichletTemperatureIABB > | ||
|
||
|
||
<!-- First order BC on cylinder: | ||
Read cylinder from stl | ||
--> | ||
|
||
|
||
<!-- <Wall mask="ALL"> | ||
<STL file="example/heat/cylinder_XYplane_D10_Z9.stl" | ||
scale="3.0" | ||
Xrot="0d" | ||
x="135.000000" | ||
y="50.000000" | ||
z="0" | ||
side="in"/> | ||
</Wall> | ||
<HeaterDirichletTemperatureEQ name="BC_heat_cylinder"> | ||
<STL file="example/heat/cylinder_XYplane_D10_Z9.stl" | ||
scale="3.0" | ||
Xrot="0d" | ||
x="135.000000" | ||
y="50.000000" | ||
z="0" | ||
side="in"/> | ||
</HeaterDirichletTemperatureEQ> --> | ||
|
||
|
||
|
||
<!-- First order BC on cylinder: | ||
draw cylinder using primitive functions | ||
--> | ||
|
||
<!-- | ||
<Wall mask="ALL"> | ||
<Cylinder dx="120" dy="35" nx="30" ny="30" nz="3"/> | ||
</Wall> | ||
<HeaterDirichletTemperatureEQ name="BC_heat_cylinder"> | ||
<Cylinder dx="120" dy="35" nx="30" ny="30" nz="3"/> | ||
</HeaterDirichletTemperatureEQ> | ||
--> | ||
|
||
<FluxMeasurmentZone1> | ||
<Box dx="25" nx="1"/> | ||
</FluxMeasurmentZone1> | ||
|
||
<FluxMeasurmentZone2> | ||
<Box dx="-50" nx="1"/> | ||
</FluxMeasurmentZone2> | ||
</Geometry> | ||
<Model> | ||
|
||
<Param name="InitTemperature" value="10"/> | ||
<Param name="InitTemperature" value="10" zone="Inlet"/> | ||
<Param name="InitTemperature" value="11" zone="BC_heat_cylinder"/> | ||
<!-- <Param name="InitTemperature" value="10" zone="Outlet"/> --> | ||
<!-- <Param name="InitHeatFlux" value="0.001" zone="BC_heat_cylinder"/> --> | ||
|
||
<Param name="nu" value="0.01"/> | ||
<Param name="conductivity" value="0.005"/> | ||
|
||
<Param name="nu_buffer" value="0.166666"/> | ||
<Param name="conductivity_buffer" value="0.166666"/> | ||
|
||
<Param name="h_stability_enhancement" value="1."/> | ||
<Param name="cp" value="1."/> | ||
<Param name="material_density" value="1."/> | ||
|
||
<Param name="VelocityX" value="0.025" /> | ||
|
||
<!-- CylinderCenter is used only for heat flux bc | ||
<Params CylinderCenterX="135.0" /> | ||
<Params CylinderCenterY="50.0"/> | ||
--> | ||
|
||
</Model> | ||
|
||
<Solve Iterations="3"> <VTK Iterations="1"/> </Solve> | ||
<Failcheck Iterations="5000" nx="512" ny="100" nz="3" /> | ||
|
||
<Solve Iterations="30000"> | ||
<VTK Iterations="1000" what="H,T,U,Rho,averageT,averageU"/> | ||
<Average Iterations="5000"/> | ||
<Log Iterations="1000"/> | ||
</Solve> | ||
</CLBConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0"?> | ||
<CLBConfig version="2.0" output="/scratch/eait/uqtmitc3/thermocapillary/" permissive="true"> | ||
<!-- MODEL: d3q27_pf_thermocapillary | ||
First test of temp field | ||
Created: 17/04/2020 | ||
Responsible: @TravisMitchell | ||
--> | ||
<Geometry nx="160" ny="321" nz="160"> | ||
<MRT> | ||
<Box/> | ||
</MRT> | ||
<Wall mask="ALL" name="BottomWall"> | ||
<Box ny="1"/> | ||
</Wall> | ||
<Wall mask="ALL" name="TopWall"> | ||
<Box dy="-1"/> | ||
</Wall> | ||
</Geometry> | ||
<Model> | ||
<Param name="Radius" value="20"/> | ||
<Param name="CenterX" value="80"/> | ||
<Param name="CenterY" value="160"/> | ||
<Param name="CenterZ" value="80"/> | ||
<Param name="BubbleType" value="-1"/> | ||
<Param name="Density_h" value="1"/> | ||
<Param name="Density_l" value="1"/> | ||
<Param name="Viscosity_h" value="0.1"/> | ||
<Param name="Viscosity_l" value="0.1"/> | ||
<Param name="sigma" value="5e-3"/> | ||
<Param name="M" value="0.05"/> | ||
<Param name="IntWidth" value="4"/> | ||
<Param name="T_init" value="16"/> | ||
<Param name="T_ref" value="16"/> | ||
<Param name="dT" value="0.1"/> | ||
<Param name="sigma_T" value="-2.5e-4"/> | ||
<Param name="T_init" value="0" zone="BottomWall"/> | ||
<Param name="T_init" value="32" zone="TopWall"/> | ||
<Param name="cp_h" value="1"/> | ||
<Param name="cp_l" value="1"/> | ||
<Param name="k_h" value="0.1"/> | ||
<Param name="k_l" value="0.1"/> | ||
</Model> | ||
<Init/> | ||
<Container> | ||
<Stop TempChangeBelow="1e-4" Times="2" Iterations="100"/> | ||
<RunAction name="TempToSteadyState" Iterations="100000"/> | ||
</Container> | ||
<VTK what="PhaseField,U,T" /> | ||
<Failcheck nx="10" Iterations="5"/> | ||
<Solve Iterations="100000"> | ||
<VTK Iterations="50000" what="PhaseField,U,T" /> | ||
<Log Iterations="100"/> | ||
</Solve> | ||
</CLBConfig> |
Oops, something went wrong.