Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:rupture

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:rupture [2013/07/11 15:25] jorisdoc:user:elements:volumes:rupture [2014/10/02 17:17] joris
Line 1: Line 1:
 +====== Element failure ======
  
 +Volume element can be deactivated using a failure criterion. This criterion is applied on the ''FieldApplicator'' of [[doc:user:elements:volumes:volumeinteraction|volume elements]]. The criterion is defined as:
 +
 +  rc = NamemRuptureCriterion()
 +  rc.put(param, value)
 +  rc.depend(param, fct, Field1D(Lock))
 +  ...
 +  app = FieldApplicator(no)        # association to the FieldApplicator number no
 +  app.push(1, SIDE_ID)
 +  app.addRuptureCriterion(rc)      
 +
 +where
 +| ''NameRuptureCriterion''  | Failure criterion - see [[doc:user:elements:volumes:ruptureCritere]] 
 +|''param''  | name of one of the parameters (for example RUPT_CRIT_VAL)  |
 +|''value''  | value of the corresponding parameter   |
 +| ''fct''   | [[doc:user:general:fonctions]] whose property depend on (optional, no function if no dependency) 
 +| ''Field1D(Lock)''  | type of dependency of the corresponding property - see [[doc:user:elements:volumes:ruptureCritere]] (compulsory if there is a dependency)  |
doc/user/elements/volumes/rupture.txt · Last modified: 2016/03/30 15:23 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki