mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
Motion models integrated into geometryMotion, stationaryWall is added
This commit is contained in:
@ -70,12 +70,17 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TypeInfo("rotatingAxisMotion");
|
||||
TypeInfo("rotatingAxisMotion");
|
||||
|
||||
rotatingAxisMotion(const objectFile& objf, repository* owner);
|
||||
rotatingAxisMotion(const objectFile& objf, repository* owner);
|
||||
|
||||
rotatingAxisMotion(
|
||||
const objectFile& objf,
|
||||
const dictionary& dict,
|
||||
repository* owner);
|
||||
|
||||
|
||||
bool write(iOstream& os, const IOPattern& iop)const override;
|
||||
bool write(iOstream& os, const IOPattern& iop)const override;
|
||||
|
||||
static
|
||||
auto noneComponent()
|
||||
|
Reference in New Issue
Block a user