ENH: Updated lagrangian tutorials

This commit is contained in:
andy
2010-11-02 13:15:15 +00:00
parent 28de981eee
commit dc460d3d45
16 changed files with 260 additions and 279 deletions

View File

@ -19,8 +19,29 @@ solution
{
active true;
coupled true;
transient yes;
cellValueSourceCorrection on;
sourceTerms
{
rho
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
}
}
interpolationSchemes
{
rho cell;
@ -49,7 +70,7 @@ constantProperties
rho0 1000;
T0 300;
cp0 4187;
Cp0 4187;
youngsModulus 1e9;
poissonsRatio 0.35;
@ -97,7 +118,7 @@ subModels
ManualInjectionCoeffs
{
massTotal massTotal [ 1 0 0 0 0 ] 1e-8;
massTotal 1e-8;
parcelBasisType mass;
SOI 0;
positionsFile "reactingCloud1Positions";
@ -129,7 +150,7 @@ subModels
(
liquid
{
H2O 1;
H2O 1;
}
);
}
@ -138,10 +159,7 @@ subModels
{
enthalpyTransfer enthalpyDifference;
activeLiquids
(
H2O
);
activeLiquids ( H2O );
}
}