mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
inclusion of point mass sources
This commit is contained in:
@ -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();
|
||||||
|
|||||||
@ -37,6 +37,7 @@ Description
|
|||||||
+ fvc::div(phi)
|
+ fvc::div(phi)
|
||||||
==
|
==
|
||||||
reactingParcels.Srho()
|
reactingParcels.Srho()
|
||||||
|
+ pointMassSources.Su()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user