Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
I am making a structure in 3D and want to know the moment(MFX,MFY,MFZ) and axial force(N) of a certain part.
I want you to know how you can set these to display.
Offline
You can print to .resu file with:
TABLE1=POST_RELEVE_T(ACTION=(
_F(RESULTAT=YOURRESULTAT,POINT=(0.0,0.0,0.0), GROUP_NO='YOURGROUPNAME', INTITULE='YOURGROUPNAME', OPERATION='EXTRACTION',NOM_CHAM='FORC_NODA',RESULTANTE=('DX','DY','DZ'), MOMENT=('DRX', 'DRY', 'DRZ'),MOYE_NOEUD='OUI',),
),);
IMPR_TABLE(TABLE=TABLE1,FORMAT='TABLEAU',);
BR/Micke
Salome Meca 2019 on Ubuntu 18
Offline
These components are not available in 3d modeling. Rotational dofs are only available with structural elements like beams and shells.
Ceci dit,
For certain geometric configurations you can create a "fake" beam elements (or 0D discrete) and link it to a section of your structure using affe char meca.
This can transit the kinematics and with the right boundary conditions, you can also determine the moments in a local axis of the fictive element.
Offline
Thank you for answering.
I will try your way
Offline
Pages: 1