rhoParticleFoam: Permit use with thermo clouds
This commit is contained in:
@ -22,13 +22,12 @@ License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Application
|
||||
rhoParticleFoam
|
||||
particleFoam
|
||||
|
||||
Description
|
||||
Transient solver for the passive transport of a single kinematic
|
||||
particle cloud, with optional mesh motion and mesh topology changes.
|
||||
|
||||
Uses a pre-calculated velocity field to evolve the cloud.
|
||||
Transient solver for the transport of a particles through an incompressible
|
||||
carrier phase. Does not evolve the carrier; uses pre-computed carrier
|
||||
property fields.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -50,4 +50,4 @@ autoPtr<compressible::momentumTransportModel> turbulence
|
||||
);
|
||||
|
||||
Info<< "Constructing clouds" << endl;
|
||||
parcelClouds& clouds = parcelClouds::New(mesh, rho, U, thermo.mu(), g);
|
||||
parcelClouds& clouds = parcelClouds::New(mesh, rho, U, g, thermo);
|
||||
|
||||
@ -25,9 +25,9 @@ Application
|
||||
rhoParticleFoam
|
||||
|
||||
Description
|
||||
Transient solver for the passive transport of a particle cloud.
|
||||
|
||||
Uses a pre- calculated velocity field to evolve the cloud.
|
||||
Transient solver for the transport of a particles through an compressible
|
||||
carrier phase. Does not evolve the carrier; uses pre-computed carrier
|
||||
property fields.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@
|
||||
# moveDynamicMesh
|
||||
#
|
||||
# Description
|
||||
# Script to inform the user that the uncoupledKinematicParcelFoam solver
|
||||
# has been renamed rhoParticleFoam.
|
||||
# Script to inform the user that the moveDynamicMesh solver
|
||||
# has been renamed moveMesh.
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user