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 | |
\*---------------------------------------------------------------------------*/
@ -24,11 +24,11 @@ options
duration 0.3;
selectionMode cellSet;
cellSet ignition;
volumeMode specific;
injectionRateSuSp
volumeMode specific;
sources
{
h (2e7 0); // kg/m/s^3
h (2e7 0); // kg/m/s^3
}
}
}

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 | |
\*---------------------------------------------------------------------------*/
@ -20,17 +20,15 @@ v_CPU_AbsoluteEnergySource
type scalarSemiImplicitSource;
active true;
scalarSemiImplicitSourceCoeffs
{
selectionMode cellZone;
cellZone v_CPU;
volumeMode absolute;
selectionMode cellZone;
cellZone v_CPU;
volumeMode absolute;
injectionRateSuSp
{
h ( 100 0 );
}
sources
{
h ( 100 0 );
}
}
// ************************************************************************* //