-
Notifications
You must be signed in to change notification settings - Fork 1
Comparinson table of RFEM BHoM types
The following outlines what BHoM type that corresponds to each of the RFEM types supported
BHoM type | RFEM type | Notes | Implementation |
---|---|---|---|
Bar | Bar |
|
|
Node | Node |
|
|
FeMesh |
|
||
RigidLink | Rigid Link | BHoM - RFEM relation: XtoX - UX; YtoY - UY; ZtoZ - UZ; XXtoXX - RX; YYtoYY - RY; ZZtoZZ - RZ |
|
Panel | Panel |
|
|
Surface | NotSupported | The RFEM adapter can not currently handle free-form panels as surfaces. Try meshing the surface and turn it into an FEMesh before pushing to RFEM. |
|
BHoM type | RFEM type | Notes | Implementation |
---|---|---|---|
Material | Material |
|
|
SteelSection | Standard or Parameteric Section | see Section Properties for more details |
|
ConcreteSection | Parametric Section | see Section Properties for more details |
|
ExplicitSection | NotImplemented |
|
|
CableSection | NotImplemented |
|
|
CompositeSection | NotSupported |
|
|
ConstantThickness | Thickness - Homogeneous |
|
|
LoadingPanelProperty | Cladding |
|
|
Waffle | Thickness - Orthotropic |
|
|
Ribbed | Thickness - Orthotropic |
|
|
LinkConstraint | Rigid Link Condition |
|
When pushing a section property, the adapter first tries to create a standard section based on the name of the section. A section property with a name that is in the RFEM Library, or that already exists in the current RFEM model, will be created as the existing section property. If the section property is not named (name="") then the name from the section profile will be used, if the profile is not named then the profile shape will be used as name in place of the missing section profile name.
When pulling sections from RFEM not all parameters are available and some might be missing on the BHoM section. These parameters include:
- Corner, toe and fillet radii
- Weld size
BHoM Type | RFEM Type | Notes | Implementation |
---|---|---|---|
AngleProfile | NotSupported | This section can be created but is not fully supported by Robot. The section can be displayed but will have section constants set to 0 |
|
BoxProfile | Rectangular |
|
|
ChannelProfile | C-Shape |
|
|
CircleProfile | Tube - Solid |
|
|
FabricatedBoxProfile | Box-III |
|
|
FabricatedISectionProfile | I-monosymmetric |
|
|
GeneralisedFabricatedBoxProfile | Box-III |
|
|
ISectionProfile | I-bisymmetric |
|
|
RectangleProfile | Rectanular - Solid |
|
|
TSectionProfile | T-Shape |
|
|
TubeProfile | Tube - Holow |
|
|
All other profiles | NotSupported | Area, moment of inertia and other properties will still be assigned as a custom section |
|
The following concrete profiles are supported in RFEM:
BHoM Type | RFEM Type | Notes | Implementation |
---|---|---|---|
RectangleProfile | Rectangular |
|
|
CircleProfile | Circular |
|
|
FabricatedISectionProfile | I-monosymmetric |
|
|
ISectionProfile | I-bisymmetric |
|
|
TSectionProfile | T-Shape |
|
|
All other profiles | NotSupported or NotImplemented | Area, moment of inertia and other properties will still be assigned as a custom section |
|
BHoM Type | RFEM Type | Notes | Implementation |
---|---|---|---|
Loadcase | Load Case | Loadcase can not have the same number as any other load case or load combination |
|
LoadCombination | Load Case Combination | Load combination can not have the same number as any other load case or load combination |
|
GravityLoad | Self-weight |
|
|
PointLoad | Nodal Force |
|
|
PointDisplacement | Imposed displacement |
|
|
PointAcceleration | Imposed acceleration |
|
|
PointVelocity | Imposed velocity |
|
|
BarUniformlyDistributedLoad | Uniform load/Uniform Moment | If both the Force and Moment vector has been set, two loads will be created in Robot for one BHoM load. |
|
BarVaryingDistributedLoad | Trazoidel load (2p/3p/4p) |
|
|
BarPointLoad | Bar Force |
|
|
BarPrestressLoad | Dilatation |
|
|
BarTemperatureLoad | Thermal load |
|
|
AreaUniformalyDistributedLoad | Planar load |
|
|
AreaTemperatureLoad | NotSupported |
|
|
GeometricalLineLoad | Linear Load 2p |
|
|
ContourLoad | Planar load on contour |
|
BHoM Type | RFEM Type | Default Axis | Notes | Implementation |
---|---|---|---|---|
NodeReaction | Global |
|
||
NodeDisplacement | Global |
|
||
BarForce | Local |
|
||
BarDisplacement | Global |
|
||
BarDeformation | Local |
|
||
BarStress | Local |
|
||
BarStrain | Local |
|
||
MeshStress | Local |
|
||
MeshForce | Local |
|
||
MeshVonMises | Local |
|
||
MeshDisplacement | Global |
|
||
GlobalReactions | Global |
|
||
ModalDynamics | - |
|