commit:2015:09_24
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| commit:2015:09_24 [2015/09/24 22:06] – created wautelet | commit:2015:09_24 [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| J'ai interfacé tous les schémas d' | J'ai interfacé tous les schémas d' | ||
| + | === Schéma d' | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = QuasiStaticTimeIntegration(metafor) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = AlphaGeneralizedTimeIntegration(metafor) | ||
| + | ti.setAlphaM(_alphaM) | ||
| + | ti.setAlphaF(_alphaF) | ||
| + | ti.setBeta0(_beta0) | ||
| + | ti.setGamma0(_gamma0) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = ConsistentTimeIntegration(metafor) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = MpgTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = ExplicitTimeIntegration(metafor) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = TchamwaExplicitTimeIntegration(metafor) | ||
| + | ti.setRhoB(_rhoB) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = ChExplicitTimeIntegration(metafor) | ||
| + | ti.setRhoB(_rhoB) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = IeTimeIntegration(metafor) | ||
| + | ti.setExplicitTimeIntegration(_explicitTimeIntegration) | ||
| + | ti.setImplicitTimeIntegration(_implicitTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | |||
| + | === Schéma d' | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = MpgThermalTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = TrapezoidalThermalTimeIntegration(metafor) | ||
| + | ti.setTheta(_theta) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | === Schéma d' | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = StaggeredTimeIntegration(metafor) | ||
| + | ti.setAdiabatic(_adiabatic) | ||
| + | ti.setWithStressReevaluation(_withStressReevalution) | ||
| + | ti.setMechanicalTimeIntegration(_mechanicalTimeIntegration) | ||
| + | ti.setThermalTimeIntegration(_thermalTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| + | * Schéma d' | ||
| + | < | ||
| + | ti = CoupledTimeIntegration(metafor) | ||
| + | ti.setMechanicalTimeIntegration(_mechanicalTimeIntegration) | ||
| + | ti.setThermalTimeIntegration(_thermalTimeIntegration) | ||
| + | metafor.setTimeIntegration(ti) | ||
| + | </ | ||
| <note important> | <note important> | ||
| + | |||
| + | <note warning> | ||
| ==== Référence vers le domaine ==== | ==== Référence vers le domaine ==== | ||
| Line 29: | Line 119: | ||
| < | < | ||
| - | [a]: | + | [a]:NbOfIterationsTimeStepComputationMethod.h |
| - | [r]: | + | [a]:NbOfIterationsTimeStepComputationMethod.cpp |
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.h => StaggeredTmTimeIntegration.h | ||
| + | [renaming]: IsoTherStaggeredTmTimeIntegration.cpp => StaggeredTmTimeIntegrationcpp | ||
| </ | </ | ||
commit/2015/09_24.1443125202.txt.gz · Last modified: (external edit)
