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

Next revision
Previous revision
doc:user:elements:volumes:rupture [2013/07/11 15:22] – created jorisdoc:user:elements:volumes:rupture [2016/03/30 15:23] (current) – external edit 127.0.0.1
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)  |

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki