| ||
Several significant engineering simulation applications use Charm++. We survey some of these applications below. Profesor P. Geubelle and S. Breitenfeld of the Computational Solid Mechanics Group have developed CrackProp, an explicit Finite Element method simulation of viscoelastic and plasto-elastic mechanics. The simulation tracks conventional volumentric elements, coupled by flat "cohesive" interface elements using the Charm++ Finite Element Framework.
Professor J. Dantzig and Jun-Ho Jeong of the Solidification Processing Lab have parallelized their dendritic growth metal solidification application using the Charm++ Finite Element Framework. This adaptive mesh, implicit solver fluid dynamics application is quite different from the explicit structures codes normally used. The framework handles the changes to the adaptive mesh
by re-assembling the parallel mesh, repartitioning, and redistributing
the mesh pieces. Since the mesh changes only rarely, this
does not significantly impact the speed of the simulation.
The implicit solvers are implemented using the conjugate gradient
method, which solves a global matrix using local operations.
| ||
Software | ||
Read about the Charm++ Finite Element Framework. Read about the Charm++ Multiblock Framework. | ||
People | ||
Papers | ||
| ||
Related Links | ||
|