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