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

Add molecular to more viscosity snips (!88)

parent 60060b34
No related branches found
No related tags found
1 merge request!88Add molecular to more viscosity snips
Pipeline #40151 passed
...@@ -120,8 +120,8 @@ local species concentrations do not affect the fluid. ...@@ -120,8 +120,8 @@ local species concentrations do not affect the fluid.
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
fluid.solve = fluid fluid.solve = fluid
fluid.viscosity = constant fluid.viscosity.molecular = constant
fluid.viscosity.constant = 2.0e-5 fluid.viscosity.molecular.constant = 2.0e-5
fluid.species = N2 O2 fluid.species = N2 O2
...@@ -216,8 +216,8 @@ outflow boundary condition pressure which is set here to 1 atmosphere. ...@@ -216,8 +216,8 @@ outflow boundary condition pressure which is set here to 1 atmosphere.
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
fluid.solve = fluid fluid.solve = fluid
fluid.viscosity = constant fluid.viscosity.molecular = constant
fluid.viscosity.constant = 2.0e-5 fluid.viscosity.molecular.constant = 2.0e-5
fluid.thermal_conductivity = constant fluid.thermal_conductivity = constant
fluid.thermal_conductivity.constant = 0.026 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