Skip to content
Snippets Groups Projects
Commit 28de981e authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Updated tutorial solver wrt updated cloud functionality

parent cce6cf89
Branches
Tags
No related merge requests found
......@@ -4,8 +4,8 @@
+ fvm::div(phi, U)
+ turbulence->divDevRhoReff(U)
==
thermoCloud1.SU()
+ kinematicCloud1.SU()
thermoCloud1.SU(U)
+ kinematicCloud1.SU(U)
+ rho.dimensionedInternalField()*g
);
......
......@@ -6,7 +6,7 @@
- fvm::laplacian(turbulence->alphaEff(), hs)
==
DpDt
+ thermoCloud1.Sh()
+ thermoCloud1.Sh(hs)
);
hsEqn.relax();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment