* TOPODVSA PROCEDUR FD218221 25/12/18 21:15:05 12429 ************************************************************************ ** Procedure called by TOPOCONT to evaluate "DVσA", with: ** - D : stiffness matrix ** - V : von Mises matrix ** - σ : input stress tensor ** - A : optional input scalar field ** ** Author: ** Guenhael Le Quilliec (LaMe - Polytech Tours) ** ** Version: ** 1.0 2025/11/21 Initial version ************************************************************************ DEBP TOPODVSA sig*'MCHAML' mod*'MMODEL' mat*'MCHAML' fld/'MCHAML' ; * Value of the current mode * Plane stress or plane strain SI ((EGA val 'PLANCONT') OU (EGA val 'PLANDEFO')) ; Vsig = (sig123 - (0.5 * (sig231 + sig312))) FINS ; * Axisymmetric mode SI (EGA val 'AXIS') ; Vsig = (sig123 - (0.5 * (sig231 + sig312))) FINS ; * 3D SI (EGA val 'TRID') ; Vsig = (sig123 - (0.5 * (sig231 + sig312))) FINS ; * Interpolated at centroids * Multiplied by the optional scalar input field SI (EGA &itr 1) ; DVsigA = tmp ; SINO ; DVsigA = DVsigA ET tmp ; FINS ; FIN itr ; SINO ; DVsigA = DVsig ; FINS ; FINP DVsigA ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales