mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: use "sources" for SemiImplicit in a few places
TUT: removed xxxCoeffs clutter for atmospheric sources GIT: renamed liquidFilmStepWithSprinklers
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v2112 |
|
||||
| \\ / O peration | Version: v2206 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -34,9 +34,9 @@ options
|
||||
$injector1;
|
||||
|
||||
volumeMode absolute;
|
||||
injectionRateSuSp
|
||||
sources
|
||||
{
|
||||
thermo:rho.steam (1.0e-3 0); // kg/s
|
||||
thermo:rho.steam (1.0e-3 0); // kg/s
|
||||
}
|
||||
}
|
||||
/*
|
||||
@ -47,9 +47,9 @@ options
|
||||
$injector1;
|
||||
|
||||
volumeMode absolute;
|
||||
injectionRateSuSp
|
||||
sources
|
||||
{
|
||||
U.steam ((0 1e-2 0) 0); // kg*m/s^2
|
||||
U.steam ((0 1e-2 0) 0); // kg*m/s^2
|
||||
}
|
||||
}
|
||||
*/
|
||||
@ -60,9 +60,9 @@ options
|
||||
$injector1;
|
||||
|
||||
volumeMode absolute;
|
||||
injectionRateSuSp
|
||||
sources
|
||||
{
|
||||
h.steam (3700 0); // kg*m^2/s^3
|
||||
h.steam (3700 0); // kg*m^2/s^3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user