Kosovic Model - Multiphase Support #1530
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The existing LES models overpredict turbulent viscosity near the interface for multiphase flow simulations. This arises due to the inconsistency between the ABL profile and the profile specified in the ocean. To enable turbulence in the ocean, there has to be a consistent initial profile between atmosphere and ocean to avoid over-prediction of the turbulence diffusion terms due to initial condition generated shear and buoyancy production.
The multi-phase model handles this incompatibility and ensures that the diffusion term do not cause a drop in the time step. The following changes are made
The multiphase solver runs at 1/3rd of the time step when compared to the single phase immersed forcing wave model. The maximum possible Aspect Ratio is ~ 2-3. Solver fails at AR=4 with JONSWAP spectrum.
Please check the type of change introduced:
Checklist
The following is included:
This PR was tested by running:
Additional background
Linear Waves
Streamwise Windspeed X-Y plane

Turbulent Viscosity
Vertical Velocity at z=16 showing wave-aligned streaks
Vertical Velocity at z=48 showing ABL streaks
Issue Number: #1462