Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:integration:scheme:dynexpl

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:dynexpl [2015/10/09 16:33] – [Le schema Tchamwa (Not Validated !)] wauteletdoc:user:integration:scheme:dynexpl [2022/12/21 11:35] (current) – [New Metafor Version > 2422] boman
Line 21: Line 21:
 This scheme is conditionally stable (time step limited) and non dissipative. This scheme is conditionally stable (time step limited) and non dissipative.
  
-==== alpha-generalized scheme ====+==== Alpha-generalized scheme ====
  
 Same relations as in the implicit [[dynimpl|alpha-generalized]] scheme, but with the parameter used to weight internal and external forces equal to 1, leading to : Same relations as in the implicit [[dynimpl|alpha-generalized]] scheme, but with the parameter used to weight internal and external forces equal to 1, leading to :
Line 40: Line 40:
 Conditionally stable. Conditionally stable.
  
-==== Le schema Tchamwa (Not Validated !)====+==== Tchamwa Scheme ==== 
 + 
  
 Explicit algorithm where numerical dissipation is monitored by the parameter $\phi$.  Explicit algorithm where numerical dissipation is monitored by the parameter $\phi$. 
Line 61: Line 63:
   * $$\phi = 1 \mbox{ if } \rho_\beta = 1 $$   * $$\phi = 1 \mbox{ if } \rho_\beta = 1 $$
  
-===== Data set =====+===== Input file =====
  
 See [[dynimpl|dynamic implicit]] scheme for definition of density and initial velocities. See [[dynimpl|dynamic implicit]] scheme for definition of density and initial velocities.
  
-==== Choosing the algorithm ====+==== Old Metafor Version <= 2422 ====
  
-^       Scheme       ^  ''MDE_NDYN''  ^  ''MDR_ECHR'' +=== Choosing the algorithm === 
-Chung Hulbert       |                    X      + 
-Différence centrée  |                           +^       Scheme         ^  ''MDE_NDYN''  ^  ''MDR_ECHR'' 
-| Tchamwa             |              |            |+Certered difference  |                             
 +Chung Hulbert        |                    X        
 +| Tchamwa              |              |              |
  
 (see [[doc:user:integration:general:parameters]]) (see [[doc:user:integration:general:parameters]])
 +
 +==== New Metafor Version > 2422 ====
 +
 +=== Centered Difference ===
 +
 +<code>
 +ti = CentralDifferenceTimeIntegration(metafor)
 +metafor.setTimeIntegration(ti)
 +</code>
 +
 +=== Chung Hulbert ===
 +
 +<code>
 +ti = ChExplicitTimeIntegration(metafor)
 +ti.setRhoB(_rhoB)
 +metafor.setTimeIntegration(ti)
 +</code>
 +
 +The parameter ''_rhoB'' is the spectral radius at bifurcation point ([0, 1]). The default value is 0.8182.
 +
 +=== Tchamwa === 
 +
 +<code>
 +ti = TchamwaExplicitTimeIntegration(metafor)
 +ti.setRhoB(_rhoB)
 +metafor.setTimeIntegration(ti)
 +</code>
 +
 +The parameter ''_rhoB'' is the spectral radius at bifurcation point ([0, 1]). The default value is 0.8182.
  
 Other parameters : see [[quasistatique]] Other parameters : see [[quasistatique]]
doc/user/integration/scheme/dynexpl.1444401211.txt.gz · Last modified: 2016/03/30 15:22 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki