Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:elements:volumes:volumeinteraction

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
doc:user:elements:volumes:volumeinteraction [2013/07/11 15:30] jorisdoc:user:elements:volumes:volumeinteraction [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Volume interaction ======
  
 +Generating [[doc:user:elements:volumes:volumeelement|volume elements]] on a mesh is done with a specific [[doc:user:general:glossaire#Interaction]] called ''FieldApplicator'':
 +
 +  app = FieldApplicator(no)
 +  app.push(gObject1)
 +  app.push(gObject2)
 +  ...
 +  app.addProperty(prp)        # association of an ElementProperties
 +  app.addRuptureCriterion(rc) # failure criterion (optional)
 +  interactionset.add(app)     # the interaction is added in InteractionSet
 +
 +or
 +
 +  app = interactionset.add(FieldApplicator(no)) #add returns a reference
 +  app.push(gObject1)
 +  app.push(gObject2)
 +  ...
 +  app.addProperty(prp)        # association of an ElementProperties
 +  app.addRuptureCriterion(rc) # failure criterion (optional)
 +
 +where
 +
 +| ''no''       | number of the ''Interaction'' (which is to say the ''FieldApplicator'') | 
 +|''gObject1''  | mesh geometric entity where the finite elements are applied |
 +| ''prp''      | [[doc:user:elements:general:def_element_properties|Properties]] of [[doc:user:elements:volumes:volumeelement|volume elements]] to generate.| 
 +| ''rc''       | optional [[doc:user:elements:volumes:rupture|Failure criterion]]| 

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki