Skip to content

Commit e472814

Browse files
flow-over-heated-plate: Remove unnecessary parameter nMoles (#234)
1 parent 7856800 commit e472814

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

changelog-entries/234.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Remove unnecessary parameter `nMoles` from flow-over-heated-plate cases with OpenFOAM #234

flow-over-heated-plate-nearest-projection/fluid-openfoam/constant/thermophysicalProperties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mixture
2323
{
2424
specie
2525
{
26-
nMoles 1;
2726
molWeight 24.0999;
2827
}
2928
thermodynamics

flow-over-heated-plate-steady-state/fluid-openfoam/constant/thermophysicalProperties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ mixture
2525
{
2626
specie
2727
{
28-
nMoles 1;
2928
molWeight 24.09989;
3029
}
3130
thermodynamics

flow-over-heated-plate/fluid-openfoam/constant/thermophysicalProperties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ mixture
3030
{
3131
specie
3232
{
33-
nMoles 1;
3433
molWeight 24.0999;
3534
}
3635
thermodynamics

0 commit comments

Comments
 (0)