tutorials/multiphase/interFoam/laminar/forcedUpstreamWave: Replaces the forcedWave tutorial

and demonstrates the wave being generated in a region adjacent to the outlet and
propagating upstream towards the inlet where it is damped by a damping region
and mesh expansion.
This commit is contained in:
Henry Weller
2022-10-05 15:39:46 +01:00
parent 70bcb2bc7a
commit aad9885699
28 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ forcing
liquidPhase water;
origin (600 0 0);
direction (-1 0 0);
direction (1 0 0);
scale
{
@ -41,8 +41,8 @@ damping
libs ("libwaves.so");
origin (1200 0 0);
direction (1 0 0);
origin (0 0 0);
direction (-1 0 0);
scale
{

View File

@ -18,7 +18,7 @@ constructFrom mesh;
sourceCase ".";
sourcePatches (right);
sourcePatches (left);
flipNormals false;