compressibleInterFoam::VoFSurfaceFilm: Added maxDeltaT
to limit the time-step by comparing the film Courant number with the maximum Courant number obtain from the optional maxCo entry in the system/<film region>/fvSolution file. If maxCo is not provided the film model does not limit the time-step. See tutorials/multiphase/compressibleInterFoam/laminar/cylinder as an example demonstrating this functionality.
This commit is contained in:
@ -50,5 +50,6 @@ relaxationFactors
|
||||
}
|
||||
}
|
||||
|
||||
maxCo 0.2;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user