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:
@ -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
|
||||
{
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
origin (0 0 0);
|
||||
|
||||
direction (1 0 0);
|
||||
direction (-1 0 0);
|
||||
|
||||
waves
|
||||
(
|
||||
@ -18,7 +18,7 @@ constructFrom mesh;
|
||||
|
||||
sourceCase ".";
|
||||
|
||||
sourcePatches (right);
|
||||
sourcePatches (left);
|
||||
|
||||
flipNormals false;
|
||||
|
||||
Reference in New Issue
Block a user