Skip to content
Snippets Groups Projects
Commit 60060b34 authored by Jordan Musser's avatar Jordan Musser
Browse files

Update code snips for new viscosity inputs (!87)

parent ab698ea0
No related branches found
No related tags found
1 merge request!87Update code snips for new viscosity inputs
Pipeline #40139 passed
......@@ -176,12 +176,13 @@ are not solved.
mfix.advect_enthalpy = 0
mfix.solve_species = 0
# Fluid model settings
# -----------------------------------------------------------------------
fluid.solve = fluid0
fluid.viscosity = constant
fluid.viscosity.constant = 1.8e-5
fluid.viscosity.molecular = constant
fluid.viscosity.molecular.constant = 1.8e-5
# Initial Conditions
......@@ -193,6 +194,7 @@ are not solved.
ic.full-domain.fluid0.velocity = 0.0 0.0 0.0
# Boundary Conditions
# -----------------------------------------------------------------------
bc.regions = inlet outlet
......@@ -233,8 +235,8 @@ pressure when evaluating the equation of state.
# -----------------------------------------------------------------------
fluid.solve = fluid0
fluid.viscosity = constant
fluid.viscosity.constant = 1.8e-5
fluid.viscosity.molecular = constant
fluid.viscosity.molecular.constant = 1.8e-5
fluid.molecular_weight = 29.0e-3
......@@ -286,12 +288,13 @@ thermodynamic pressure for the system.
mfix.advect_enthalpy = 1
mfix.solve_species = 0
# Fluid model settings
# -----------------------------------------------------------------------
fluid.solve = fluid0
fluid.viscosity = constant
fluid.viscosity.constant = 2.0e-5
fluid.viscosity.molecular = constant
fluid.viscosity.molecular.constant = 2.0e-5
fluid.thermal_conductivity = constant
fluid.thermal_conductivity.constant = 0.026
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment