Elastic Constitutive Law

Elastic material model in 3D problems
163 téléchargements
Mise à jour 17 juin 2019

Afficher la licence

Elastic material model in 3D problems.

function [s,D]=Elastic_Model(Material,e)

Input:
--------
Material: A variable containing material properties Material.E (Modulus of Elasticity) and Material.v (poisson ratio)
e: (6*1) Strain vector

Output:
-----------
s: (6*1) Stress vector
D: (6*6) Constitutive matrix

Citation pour cette source

Ayad Al-Rumaithi (2024). Elastic Constitutive Law (https://www.mathworks.com/matlabcentral/fileexchange/70167-elastic-constitutive-law), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.5

function

1.0.4

pic

1.0.3

Description and pic

1.0.2

summary

1.0.1

description

1.0.0