mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
vibrating wall added, tested; time interval for wall motion added, tested
This commit is contained in:
@ -104,9 +104,9 @@ public:
|
||||
|
||||
//// - Methods
|
||||
|
||||
auto getModel()const
|
||||
auto getModel(real t)const
|
||||
{
|
||||
return motionModel_.getModel();
|
||||
return motionModel_.getModel(t);
|
||||
}
|
||||
|
||||
word motionModelTypeName()const override
|
||||
|
Reference in New Issue
Block a user