Properties🔗
- Divergence-Free Synthetic Eddy Method
- Velocity boundary condition including synthesised eddies for use with LES and DES turbulent flows
Usage🔗
The condition is specified in the field file using:
<patchName>
{
type turbulentDFSEMInlet;
delta 2;
nCellPerEddy 1;
mapMethod nearestCell;
value <field value>;
}
Further information🔗
Source code:
References:
- Poletto et al. [58]
Example usage:
- pimpleFoam
planeChanneltutorial: $FOAM_TUTORIALS/incompressible/pimpleFoam/LES/planeChannel - pimpleFoam
oneCellThickPlaneChannetutorial: $FOAM_TUTORIALS/verificationAndValidation/turbulentInflow/oneCellThickPlaneChannel
