lagrangian: InjectionModel: Corrected documentation/examples
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
# fvModel is selected to evolve the Lagrangian particles. See:
|
||||
#
|
||||
# tutorials/modules/incompressibleFluid/hopperParticles
|
||||
# tutorials/modules/incompressibleFluid/mixerVessel2DParticles
|
||||
# tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -53,7 +53,7 @@ physical fields needed by fvModel functionObject in which the clouds fvModel is
|
||||
selected to evolve the Lagrangian particles. See:
|
||||
|
||||
tutorials/modules/incompressibleFluid/hopperParticles
|
||||
tutorials/modules/incompressibleFluid/mixerVessel2DParticles
|
||||
tutorials/modules/incompressibleFluid/mixerVesselHorizontal2DParticles
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
@ -69,9 +69,8 @@ subModels
|
||||
|
||||
U0 (1 0 0);
|
||||
|
||||
parcelBasisType mass; // fixed;
|
||||
uniformParcelSize volume;
|
||||
massTotal 1e-3;
|
||||
// nParticle 100; // Required for fixed parcelBasisType
|
||||
|
||||
sizeDistribution
|
||||
{
|
||||
|
||||
@ -30,7 +30,6 @@ Description
|
||||
|
||||
User specifies:
|
||||
- Number density of particles in cell set (effective)
|
||||
- Total mass to inject
|
||||
- Initial parcel velocity
|
||||
|
||||
Properties:
|
||||
|
||||
@ -84,12 +84,15 @@ Usage
|
||||
duration 1;
|
||||
|
||||
// Quantities
|
||||
massTotal 0; // <-- not used with these settings
|
||||
parcelBasisType fixed;
|
||||
parcelsPerSecond 1000000;
|
||||
flowRateProfile constant 1;
|
||||
|
||||
// - Inject parcels with a fixed number of particles
|
||||
nParticle 1;
|
||||
|
||||
//// - Or, inject a specified mass of particles
|
||||
//massTotal 6.0e-6;
|
||||
//uniformParcelSize volume;
|
||||
|
||||
// Sizes
|
||||
sizeDistribution
|
||||
{
|
||||
|
||||
@ -28,7 +28,6 @@ Description
|
||||
Manual injection.
|
||||
|
||||
User specifies:
|
||||
- Total mass to inject
|
||||
- Parcel positions in file \c positionsFile
|
||||
- Initial parcel velocity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user