Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
doc:user:elements:volumes:start [2013/07/11 15:59] jorisdoc:user:elements:volumes:start [2023/12/01 10:39] boman
Line 1: Line 1:
 +====== General Points ======
  
 +<note>TODO</note>
 +
 +====== Definition of a material law ======
 +
 +These laws are usually referenced by [[doc:user:elements:general:materials|materials]] to define a hardening type of a viscosity function. The list of some available laws for volume elements can be seen in [[doc:user:elements:volumes:iso_hypo_materials|]]
 +
 +  lawno = lawset.define (numero, type)
 +  lawno = lawset(numero)
 +  lawno.put(param, value)
 +  lawno.depend(param, fct, Key(Lock)))
 +  ...
 +
 +|''numero''     | number of the material law (must be unique) |
 +|''type''       | type of material (for example ''LinearIsotropicHardening'') - see [[doc:user:start#Lois matérielles]]  |
 +|''param''      | name of the law parameter (for example ''IH_SIGEL'' |
 +|''value''      | value of the law parameter  |
 +|''fct'' | function which characterizes the dependency of the property (optional: no ''fct'' if no dependency) |
 +|''Lock'' | [[doc:user:general:locks|Lock]] which defines the dependency variable of the property (compulsory if there is a dependency) |
 +
 +
 + 
doc/user/elements/volumes/start.txt · Last modified: 2023/12/01 10:42 by boman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki