mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: distributedTriSurfaceMesh: improvements
This commit is contained in:
committed by
Andrew Heather
parent
8bf1108677
commit
4fdeae66d5
@ -20,6 +20,18 @@ snap true;
|
||||
addLayers false;
|
||||
|
||||
|
||||
// Define common distributedTriSurface properties
|
||||
_decomp
|
||||
{
|
||||
numberOfSubdomains 8;
|
||||
method hierarchical;
|
||||
n (2 2 2);
|
||||
|
||||
// unique triangle decomposition; no fill-in
|
||||
decomposeUsingBbs false;
|
||||
}
|
||||
|
||||
|
||||
// Geometry. Definition of all surfaces. All surfaces are of class
|
||||
// searchableSurface.
|
||||
// Surfaces are used
|
||||
@ -32,16 +44,19 @@ geometry
|
||||
{
|
||||
type distributedTriSurfaceMesh;
|
||||
file "box.obj"; //"box_12_2.obj";
|
||||
${_decomp}
|
||||
}
|
||||
box_trans
|
||||
{
|
||||
file "box_trans.obj";
|
||||
type distributedTriSurfaceMesh;
|
||||
file "box_trans.obj";
|
||||
${_decomp}
|
||||
}
|
||||
shell
|
||||
{
|
||||
file "box_scaled.obj";
|
||||
type distributedTriSurfaceMesh;
|
||||
file "box_scaled.obj";
|
||||
${_decomp}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user