tutorials/multiphase/interFoam/laminar/forcedUpstreamWave: Added forcing debug switch

to enable writing of the isotropicDamping:forceCoeff isotropicDamping:scale
waveForcing:forceCoeff waveForcing:scale diagnostic fields to check the damping
and forcing distributions.
This commit is contained in:
Henry Weller
2022-10-19 09:44:15 +01:00
parent d01b37a949
commit 3370818e80

View File

@ -63,4 +63,10 @@ functions
}
}
DebugSwitches
{
// Write the forcing and damping scale and force fields
forcing 1;
}
// ************************************************************************* //