gs.materials.MPM.Elastic#

class genesis.engine.materials.MPM.elastic.Elastic(E=300000.0, nu=0.2, rho=1000.0, lam=None, mu=None, sampler='pbs', model='corotation')[源代码]#

基类:Base

Reference for the default values of E and nu: taichi-dev/taichi_elements Elastic objects is softened by multiplying the default E by 0.3.

update_F_S_Jp(J, F_tmp, U, S, V, Jp)[源代码]#
update_stress_corotation(U, S, V, F_tmp, F_new, J, Jp, actu, m_dir)[源代码]#
update_stress_neohooken(U, S, V, F_tmp, F_new, J, Jp, actu, m_dir)[源代码]#
property model#