Motion models integrated into geometryMotion, stationaryWall is added

This commit is contained in:
Hamidreza Norouzi
2024-02-05 21:27:24 -08:00
parent 9dfe98eea2
commit 5b4a524afe
39 changed files with 1203 additions and 726 deletions

View File

@ -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()