MAIA bb96820c
Multiphysics at AIA
|
In the following the Finite Cell (FC) solver is briefly discussed. That is, a short overview about how to start the solver, the general settings, and an overview about boundary condition settings is given. Further information about the mathematical modelling, i.e., the principle of virtual work (PVW) and the numerical method of the FC is presented here (PVW and FC).
The finite cell (FC) solver can be used to simulate structural mechanic problems. The solver works in 2D and 3D. However, the 2D applications have not yet been tested. To start the solver, the following properties have to be specified in the property file:
At first, simulation specific properties are set. These are, the dimension of the application, the p-refinement, i.e., the number of nodes per cell, and the depth of the subcell integration per boundary.
These setting result in a 3D simulation using a p-refinement with \( (p+2)(p+2)(p+2) = 27 \) nodes per cell, a subcell integration depth of \(0\) at boundaries \(0 - 3\), and a subcell integration depth of \(2\) at boundary \(4\). Next, the material properties, i.e., the Young's modulus and the Poisson's ratio, are set. For example use:
The method to solve the linear system of equations is the BiCGStab method. The number of maximum iterations and the precision of the solution is set by:
To get extra debug output use:
To calculate the resulting stresses from the strains use
In the FC solver, two different types of boundaries, i.e., natural and essential boundaries, exist. At essential boundaries the displacement is set. At natural boundaries the traction is set. The ids of the boundaries, to be specified in the geometry file of the simulation, are given in BC. Additionally, further properties are required in the properties file of the simulation. These are the number of essential and natural boundaries, the direction of the displacement and the load, and the load vector:
In this setup, two essential and two natural boundaries exist. The displacement of the essential boundaries is \( 0 \) in x-direction (boundary \( 0 \)) and \( 0 \) in x-, y-, and z-direction (boundary \( 4 \)). At the natural boundaries, a traction of \( 10 \) is set in x-direction (boundary \( 1 \)) and y-direction (boundary \( 2 \)).