☰
Initialisation
1) The pdInitialiseDict dictionary
The
configurations
(
configuration
{
type pdMeshFill;
numberDensities
{
Ar 1.4e20;
};
translationalTemperature 273.0;
rotationalTemperature 0.0;
vibrationalTemperature 0.0;
velocity (100 0 0);
}
);
where the configurations() list empty.
2) Parcel vs. real particles
The number of real particles represented by a single parcel is set in the
nEquivalentParticles 2e7;
There should be a minimum of 20 parcels per cell whenever possible and
3) Creating the 0/ folder
In the working directory, type in:
pdInitialise
This command line will create the
3.1 Simulators data
In the
| File | Meaning |
|---|---|
| positions | positions in Cartesian space |
| U | velocity vector |
| A | acceleration vector |
| typeId | species index, cf. species list given in the pdProperties dictionary |
| newParcel | -1 if seeded at t = 0 or index of the patch the simulator entered the domain |
| origProcId | index of the processor dealing with the simulator |
| origId | local particle index in processor origProcId |
| classification | not used, to be revised |
| ERot | rotational energy |
| EVib | vibrational energy |
| EPot | potential energy |
3.2 Initial volume fields
- pdSigmaTcRMax is a first estimate of the maximum value taken by the product of the collision cross-section by the relative speed. For a gas mixture, it is usually obtained by considering the properties (diameter, omega, alpha) of the most abundant species. As the simulation proceeds, this field is updated as soon as a new local maximum is found. It requires no user intervention.