openfoam/applications/utilities
mattijs fd665b4a3c ENH: overset: Initial release of overset capability.
Adds overset discretisation to selected physics:
- diffusion : overLaplacianDyMFoam
- incompressible steady : overSimpleFoam
- incompressible transient : overPimpleDyMFoam
- compressible transient: overRhoPimpleDyMFoam
- two-phase VOF: overInterDyMFoam

The overset method chosen is a parallel, fully implicit implementation
whereby the interpolation (from donor to acceptor) is inserted as an
adapted discretisation on the donor cells, such that the resulting matrix
can be solved using the standard linear solvers.

Above solvers come with a set of tutorials, showing how to create and set-up
simple simulations from scratch.
2017-06-14 09:51:02 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
mesh ENH: overset: Initial release of overset capability. 2017-06-14 09:51:02 +01:00
miscellaneous COMP: foamList - removed corruption error on exit 2017-06-08 16:14:51 +01:00
parallelProcessing reconstructParMesh: Use tree method to improve speed and scaling 2017-05-09 09:32:25 +01:00
postProcessing STYLE: corrected file vs fileName for CSV files 2017-06-13 07:23:32 +02:00
preProcessing Merge branch 'enh-iter-cleanup' into 'develop' 2017-05-19 12:44:05 +01:00
surface STYLE: fix comments 2017-06-01 16:38:48 +02:00
thermophysical MRG: merged develop line back into integration branch 2017-05-18 11:11:12 +01:00