mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
planeWall high resolution
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user