OpenFOAM-4.x/tutorials/multiphase/interFoam/ras/waterChannel
Chris Greenshields 78d98ca482 Modified waterChannel tutorial to make case better posed
Existing case did not properly converge and suffered slow convergence
with the water level failing to reach an equilibrium.  A slight rise in
the channel appears to help the water level reach an equlibrium when the flow
rate over the rise matches the inlet flow rate.
2015-05-19 15:01:10 +01:00
..
0 Modified waterChannel tutorial to make case better posed 2015-05-19 15:01:10 +01:00
constant blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
system Modified waterChannel tutorial to make case better posed 2015-05-19 15:01:10 +01:00
Allclean Minor change to comment 2014-12-14 21:50:14 +00:00
Allmesh Modified waterChannel tutorial to make case better posed 2015-05-19 15:01:10 +01:00
Allrun Modified waterChannel tutorial to make case better posed 2015-05-19 15:01:10 +01:00
README Modified waterChannel tutorial to make case better posed 2015-05-19 15:01:10 +01:00

- This case uses blockMesh and extrudeMesh to create a channel geometry.
  - See Allmesh script to generate geometry.
- The case is set up to run with interFoam.
- For running with LTSInterFoam, an alternative set of main files from
  system directory (controlDict, etc) are included in LTSInterFoam
  subdirectory to replace the existing files set up for interFoam.