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 | |
\*---------------------------------------------------------------------------*/
@ -47,22 +47,21 @@ massSource1
type scalarSemiImplicitSource;
active yes;
scalarSemiImplicitSourceCoeffs
{
timeStart 0.2;
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
timeStart 0.2;
duration 2.0;
volumeMode absolute;
volumeMode absolute;
injectionRateSuSp
{
rho (1e-4 0); // kg/s
H2O (1e-4 0); // kg/s
}
selectionMode points;
points
(
(2.75 0.5 0)
);
sources
{
rho (1e-4 0); // kg/s
H2O (1e-4 0); // kg/s
}
}
@ -71,22 +70,20 @@ momentumSource1
{
type vectorSemiImplicitSource;
active yes;
timeStart 0.2;
duration 2.0;
volumeMode absolute;
vectorSemiImplicitSourceCoeffs
selectionMode points;
points
(
(2.75 0.5 0)
);
sources
{
timeStart 0.2;
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
volumeMode absolute;
injectionRateSuSp
{
U ((0 0.005 0) 0);
}
U ((0 0.005 0) 0);
}
}
@ -95,22 +92,20 @@ energySource1
{
type scalarSemiImplicitSource;
active yes;
timeStart 0.2;
duration 2.0;
volumeMode absolute;
scalarSemiImplicitSourceCoeffs
selectionMode points;
points
(
(2.75 0.5 0)
);
sources
{
timeStart 0.2;
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
volumeMode absolute;
injectionRateSuSp
{
h (10 0);
}
h (10 0);
}
}