TUT: use "sources" for SemiImplicit in a few places

TUT: removed xxxCoeffs clutter for atmospheric sources

GIT: renamed liquidFilmStepWithSprinklers
This commit is contained in:
Mark Olesen
2022-05-30 13:47:49 +02:00
parent d2e10bca40
commit 520001bafb
52 changed files with 331 additions and 527 deletions

View File

@ -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
}
}
}