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