mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH. Update dsmc submodels to allow models with no coeffs dictionary.
Updated dsmc and md tuts, including new cyclic handling.
This commit is contained in:
@ -25,39 +25,24 @@ nEquivalentParticles 1.2e12;
|
||||
// Wall Interaction Model
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//WallInteractionModel SpecularReflection;
|
||||
WallInteractionModel MaxwellianThermal;
|
||||
|
||||
SpecularReflectionCoeffs {}
|
||||
|
||||
MaxwellianThermalCoeffs {}
|
||||
|
||||
|
||||
// Binary Collision Model
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//BinaryCollisionModel VariableHardSphere;
|
||||
BinaryCollisionModel LarsenBorgnakkeVariableHardSphere;
|
||||
BinaryCollisionModel VariableHardSphere;
|
||||
|
||||
VariableHardSphereCoeffs
|
||||
{
|
||||
Tref 273;
|
||||
}
|
||||
|
||||
LarsenBorgnakkeVariableHardSphereCoeffs
|
||||
{
|
||||
Tref 273;
|
||||
relaxationCollisionNumber 5.0;
|
||||
}
|
||||
|
||||
|
||||
// Inflow Boundary Model
|
||||
// ~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
InflowBoundaryModel FreeStream;
|
||||
//InflowBoundaryModel NoInflow;
|
||||
|
||||
NoInflowCoeffs {}
|
||||
|
||||
FreeStreamCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user