mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

Failed Examples #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following examples are currently not running:

"example" ... "error in short"

electronics_dcdc_buck_converter ... "Assertion `i<m' failed"

xml_controlled_hydraulic_actuator ... "element HydraulicEnvironment: Schemas 
validity error : Element 
'{http://mbsim.berlios.de/MBSimHydraulics}HydraulicEnvironment': This element 
is not expected."

xml_chaintensioner ... "element HydraulicEnvironment: Schemas validity error : 
Element '{http://mbsim.berlios.de/MBSimHydraulics}HydraulicEnvironment': This 
element is not expected"

mechanics_initial_value_problem ... "error: cannot allocate an object of 
abstract type ‘initLink’"

mechanics_basics_simple_gear ... "void 
OpenMBV::CompoundRigidBody::addRigidBody(OpenMBV::RigidBody*): Assertion 
`rigidBody[i]->name!=rigidBody_->name' failed"

powertrain_planetary_gear ... "void 
OpenMBV::CompoundRigidBody::addRigidBody(OpenMBV::RigidBody*): Assertion 
`rigidBody[i]->name!=rigidBody_->name' failed"

xml_hydraulics_ballcheckvalve ... "element HydraulicEnvironment: Schemas 
validity error : Element 
'{http://mbsim.berlios.de/MBSimHydraulics}HydraulicEnvironment': This element 
is not expected."

mechanics_flexible_body_perlchain_cosserat ... "Speicherzugriffsfehler"

hydraulics_relative_hydraulic_proofofconcept ... "error: cannot allocate an 
object of abstract type ‘MBSim::Line’"

hydraulics_hydmec_trans ... "fatal error: mbsim/tree.h: Datei oder Verzeichnis 
nicht gefunden"

hydraulics_hydmec_rot ... "fatal error: mbsim/tree.h: Datei oder Verzeichnis 
nicht gefunden"

Original issue reported on code.google.com by jan.p.cl...@gmail.com on 8 May 2012 at 11:07

GoogleCodeExporter commented 9 years ago
Fixed the problems caused by the last OpenMBVCppInterface change.
Note: In OpenMBV now all RigidBody's inside a CompoundRigidBody must have a 
unique name like all Object's in side a Group.

Original comment by friedrich.at.gc@googlemail.com on 8 May 2012 at 5:44

GoogleCodeExporter commented 9 years ago
Meanwhile, all exmamples are running with the following exception:

hydraulics_relative_hydraulic_proofofconcept

Original comment by jan.p.cl...@gmail.com on 14 May 2012 at 1:39

GoogleCodeExporter commented 9 years ago
hydraulics_relative_hydraulic_proofofconcept now also runs. But no output is 
generated which can be used to check for correct results.
However it is just a "proofofconcecpt".

Original comment by friedrich.at.gc@googlemail.com on 17 May 2012 at 1:54