mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user