ENH: changing rhoSimpleFoam to rhothermo and bounding thermo.rho between minRho and maxRho.

Bounding thermo.rho in rhoPorousSimpleFoam.
Changing initial time step in externalSolarLoad tutorial.
Commenting out momemtun source term in steamInjection which causes problems
This commit is contained in:
sergio
2016-12-19 15:39:13 -08:00
parent e50108e428
commit a7c8d1cfca
7 changed files with 23 additions and 9 deletions

View File

@ -25,7 +25,7 @@ stopAt endTime;
endTime 18000;
deltaT 10;
deltaT 1;
writeControl adjustableRunTime;
@ -49,4 +49,8 @@ adjustTimeStep yes;
maxCo 15;
maxDeltaT 10;
maxDi 0.25;
// ************************************************************************* //