mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: solveSolid: thermo never updated
This commit is contained in:
@ -13,3 +13,5 @@
|
||||
|
||||
Info<< "Min/max T:" << min(T).value() << ' ' << max(T).value() << endl;
|
||||
}
|
||||
|
||||
thermo.correct();
|
||||
|
||||
@ -12,3 +12,5 @@
|
||||
Info<< "Min/max T:" << min(T).value() << ' '
|
||||
<< max(T).value() << endl;
|
||||
}
|
||||
|
||||
thermo.correct();
|
||||
|
||||
Reference in New Issue
Block a user