Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
TUT: fix outdated keywords/syntax
· fac3079e
Mark OLESEN
authored
Jun 25, 2019
fac3079e
Hide whitespace changes
Inline
Side-by-side
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/boundaryRadiationProperties
View file @
fac3079e
...
...
@@ -18,7 +18,7 @@ FoamFile
".*"
{
mod
e lookup;
typ
e lookup;
emissivity 1.0;
absorptivity 0.0;
}
...
...
tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/combustionProperties
View file @
fac3079e
...
...
@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR
<psiChemistryCombustion>
;
combustionModel PaSR;
active true;
...
...