Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9d31ff44
Commit
9d31ff44
authored
Jun 05, 2018
by
sergio
Browse files
BUG: Update mixture type in tutorials
parent
ea4c4f1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomWater/thermophysicalProperties
View file @
9d31ff44
...
...
@@ -17,7 +17,7 @@ FoamFile
thermoType
{
type heRhoThermo;
mixture
singleComponent
Mixture;
mixture
pure
Mixture;
transport const;
thermo hConst;
equationOfState rhoConst;
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/thermophysicalProperties
View file @
9d31ff44
...
...
@@ -17,7 +17,7 @@ FoamFile
thermoType
{
type heRhoThermo;
mixture
singleComponent
Mixture;
mixture
pure
Mixture;
transport const;
thermo hConst;
equationOfState perfectGas;
...
...
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/thermophysicalProperties
View file @
9d31ff44
...
...
@@ -17,7 +17,7 @@ FoamFile
thermoType
{
type heRhoThermo;
mixture
singleComponent
Mixture;
mixture
pure
Mixture;
transport const;
thermo hConst;
equationOfState perfectGas;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment