ENH: Updated tutorial solver wrt updated cloud functionality

This commit is contained in:
andy
2010-11-02 13:13:19 +00:00
parent cce6cf8989
commit 28de981eee
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
+ fvm::div(phi, U) + fvm::div(phi, U)
+ turbulence->divDevRhoReff(U) + turbulence->divDevRhoReff(U)
== ==
thermoCloud1.SU() thermoCloud1.SU(U)
+ kinematicCloud1.SU() + kinematicCloud1.SU(U)
+ rho.dimensionedInternalField()*g + rho.dimensionedInternalField()*g
); );

View File

@ -6,7 +6,7 @@
- fvm::laplacian(turbulence->alphaEff(), hs) - fvm::laplacian(turbulence->alphaEff(), hs)
== ==
DpDt DpDt
+ thermoCloud1.Sh() + thermoCloud1.Sh(hs)
); );
hsEqn.relax(); hsEqn.relax();