mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding general constructors with dictionary to implement
thermal baffle hold at a boundary
This commit is contained in:
@ -20,6 +20,9 @@ region liquidFilm;
|
||||
// FaceZones to extrude
|
||||
faceZones (f0);
|
||||
|
||||
// FaceZone shadow
|
||||
//faceZonesShadow (fBaffleShadow);
|
||||
|
||||
// Adapt the original mesh to have directMapped patches at where the
|
||||
// faceZones are?
|
||||
// If true:
|
||||
@ -32,6 +35,10 @@ adaptMesh true;
|
||||
// Extrude 1D-columns of cells?
|
||||
oneD false;
|
||||
|
||||
// If oneD is true. Specify which boundary is wanted between the layers
|
||||
//oneDPolyPatchType emptyPolyPatch; //wedgePolyPatch
|
||||
|
||||
|
||||
//- Extrusion model to use. The only logical choice is linearNormal?
|
||||
|
||||
//- Linear extrusion in normal direction
|
||||
|
||||
Reference in New Issue
Block a user