New joints for ASMT and MBDyn
GearJoint, RackPinion, Screw, Planar and MBDynCase3orig.mbd MBDyn Sperical Hinge
This commit is contained in:
@@ -43,20 +43,25 @@ void MbD::ExternalSystem::outputFor(AnalysisType type)
|
||||
|
||||
void MbD::ExternalSystem::logString(std::string& str)
|
||||
{
|
||||
std::cout << str << std::endl;
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::logString(double value)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::runOndselPiston()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::runPiston()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void MbD::ExternalSystem::postMbDrun()
|
||||
{
|
||||
//Do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user