mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
@ -27,7 +27,6 @@ nEquivalentParticles 1e12;
|
||||
|
||||
WallInteractionModel SpecularReflection;
|
||||
|
||||
SpecularReflectionCoeffs {}
|
||||
|
||||
// Binary Collision Model
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -43,9 +42,8 @@ LarsenBorgnakkeVariableHardSphereCoeffs
|
||||
|
||||
// Inflow Boundary Model
|
||||
// ~~~~~~~~~~~~~~~~~~~~~
|
||||
InflowBoundaryModel NoInflow;
|
||||
InflowBoundaryModel none;
|
||||
|
||||
NoInflowCoeffs {}
|
||||
|
||||
// Molecular species
|
||||
// ~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user