Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:integration:scheme:coupledtm

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:integration:scheme:coupledtm [2014/10/08 09:45] jorisdoc:user:integration:scheme:coupledtm [2016/03/30 15:23] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
 ===== Data set ===== ===== Data set =====
 +
 +==== Old Metafor Version <= 2422 ====
  
 Any test case running using the staged scheme can be run using the coupled one. The only restrictions are Any test case running using the staged scheme can be run using the coupled one. The only restrictions are
Line 11: Line 13:
   * ''MDE_NDYT'' equal to 1.    * ''MDE_NDYT'' equal to 1. 
  
-Additional parameters : see [[.staggeredtm|étagé]]+ 
 +==== New Metafor Version > 2422 ==== 
 + 
 +<code> 
 +tiMech = AlphaGeneralizedTimeIntegration(metafor) 
 +tiTher = MpgThermalTimeIntegration(metafor) 
 +tiTher.setTheta(_theta) 
 +ti = CoupledTmTimeIntegration(metafor) 
 +ti.setMechanicalTimeIntegration(tiMech) 
 +ti.setThermalTimeIntegration(tiTher) 
 +metafor.setTimeIntegration(ti) 
 +</code> 
 + 
 +The mechanical time integration scheme is either quasi static or alpha generalized family. The default _theta  parameter value is 1.0 ([0,1]). 
 + 
 + 
 +Additional parameters : see [[.staggeredtm]] 
doc/user/integration/scheme/coupledtm.1412754313.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki