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()
|
||||
==
|
||||
reactingParcels.Srho()
|
||||
+ pointMassSources.Su()
|
||||
);
|
||||
|
||||
pEqn.solve();
|
||||
@ -80,6 +81,7 @@ else
|
||||
- lapTerm()
|
||||
==
|
||||
reactingParcels.Srho()
|
||||
+ pointMassSources.Su()
|
||||
);
|
||||
|
||||
pEqn.solve();
|
||||
|
||||
@ -37,6 +37,7 @@ Description
|
||||
+ fvc::div(phi)
|
||||
==
|
||||
reactingParcels.Srho()
|
||||
+ pointMassSources.Su()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user