mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated lagrangian tutorials to reflect changes in lagrangian/intermediate library
This commit is contained in:
@ -103,8 +103,8 @@ ManualInjectionCoeffs
|
|||||||
{
|
{
|
||||||
minValue 5e-06;
|
minValue 5e-06;
|
||||||
maxValue 0.0005;
|
maxValue 0.0005;
|
||||||
d ( 5e-05 );
|
d 5e-05;
|
||||||
n ( 0.5 );
|
n 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -88,8 +88,8 @@ ManualInjectionCoeffs
|
|||||||
{
|
{
|
||||||
minValue 5e-06;
|
minValue 5e-06;
|
||||||
maxValue 0.000565;
|
maxValue 0.000565;
|
||||||
d ( 4.8e-05 );
|
d 4.8e-05;
|
||||||
n ( 0.5 );
|
n 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
|
thermoType hsPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
|
||||||
|
|
||||||
chemistryReader foamChemistryReader;
|
chemistryReader foamChemistryReader;
|
||||||
|
|
||||||
|
|||||||
@ -75,8 +75,8 @@ ManualInjectionCoeffs
|
|||||||
{
|
{
|
||||||
minValue 5e-05;
|
minValue 5e-05;
|
||||||
maxValue 0.0001;
|
maxValue 0.0001;
|
||||||
d ( 7.5e-05 );
|
d 7.5e-05;
|
||||||
n ( 0.5 );
|
n 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -88,8 +88,8 @@ ManualInjectionCoeffs
|
|||||||
{
|
{
|
||||||
minValue 5e-06;
|
minValue 5e-06;
|
||||||
maxValue 0.0005;
|
maxValue 0.0005;
|
||||||
d ( 5e-05 );
|
d 5e-05;
|
||||||
n ( 0.5 );
|
n 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user