inclusion of point mass sources

This commit is contained in:
andy
2009-06-03 19:40:33 +01:00
parent 2bb2266872
commit 33e452f4d3
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if (transonic)
- lapTerm() - lapTerm()
== ==
reactingParcels.Srho() reactingParcels.Srho()
+ pointMassSources.Su()
); );
pEqn.solve(); pEqn.solve();
@ -80,6 +81,7 @@ else
- lapTerm() - lapTerm()
== ==
reactingParcels.Srho() reactingParcels.Srho()
+ pointMassSources.Su()
); );
pEqn.solve(); pEqn.solve();

View File

@ -37,6 +37,7 @@ Description
+ fvc::div(phi) + fvc::div(phi)
== ==
reactingParcels.Srho() reactingParcels.Srho()
+ pointMassSources.Su()
); );
} }