planeWall high resolution

This commit is contained in:
hamidrezanorouzi
2022-11-28 08:41:29 +03:30
parent a9097ad286
commit 0865a55bcc
3 changed files with 132 additions and 36 deletions

View File

@ -37,6 +37,26 @@ protected:
bool readPlaneWall(const dictionary& dict);
bool addWall4(
const realx3& p1,
const realx3& p2,
const realx3& p3,
const realx3& p4);
bool checkFlatness(
const realx3& p1,
const realx3& p2,
const realx3& p3,
const realx3& p4);
bool addPlaneWall(
const realx3& p1,
const realx3& p2,
const realx3& p3,
const realx3& p4,
int32 numDiv12 = 1,
int32 numDiv23 = 1);
public:
TypeName("planeWall");
@ -49,7 +69,9 @@ public:
const realx3& p1,
const realx3& p2,
const realx3& p3,
const realx3& p4);
const realx3& p4,
int32 numDiv12 = 1,
int32 numDiv23 = 1);
add_vCtor
(
@ -58,6 +80,7 @@ public:
dictionary
);
};
} // pFlow