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

@ -43,7 +43,7 @@ options
}
}
}
/*
momentumSource1
{
type vectorSemiImplicitSource;
@ -55,11 +55,11 @@ options
volumeMode absolute;
injectionRateSuSp
{
U.steam ((0 1e-1 0) 0); // kg*m/s^2
U.steam ((0 1e-2 0) 0); // kg*m/s^2
}
}
}
*/
energySource1
{
type scalarSemiImplicitSource;