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.
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
Steady state, steady mesh
|
|
-------------------------
|
|
|
|
aeroFoil_snappyHexMesh/
|
|
For generating (3D) mesh for background
|
|
|
|
aeroFoil_overset/
|
|
Extruding into 2D
|
|
|
|
background_snappyHexMesh/
|
|
For generating (3D) mesh for background
|
|
|
|
background_overset/
|
|
Combined mesh for running
|