MSolve library that support the spatial discretization method of Finite Elements.
-
Elements: Both continuum and structural elements are supported. The continuum elementa can be utilized for both structural and thermal analysis. Specifically:
-
Continuum Elements 2D
- Tri3
- Tri6
- Quad4
- Quad8
- Quad9
-
Continuum Elements 3D
- Tet4
- Tet10
- Hexa8
- Hexa20
- Hexa27
- Wedge6
- Wedge15
- Wedge18
- Pyra5
- Pyra13
- Pyra14
-
Structural Elements
- Beam2DCorotational
- Beam3DCorotationalQuaternion
- EulerBeam2D
- EulerBeam3D
- Rod2D
- Shell8 (Geometrically non-linear formulation)
-
Special elements
- CohesiveShellToHexa8
- ConcentratedMass3D
- SpringDamper3D
-
-
Loading conditions:
- Nodal loads
- MassAccelerationLoads
You can choose either to clone the solution or downloads it as a zip file.
- Under the repository name, click Clone or Download option.
- In the popup appearing choose the Use HTTPS option.
-
Open Visual Studio. In Team Explorer window appearing in your screen under Local Git Repositories click the Clone option. If Team Explorer window is not visible you can enable in View -> Team Explorer
- In the text box appearing paste the link.
- Click clone and Visual Studio will automatically download and import MGroup.FEM
- Under the repository name, click Clone or Download option
-
Click Download ZIP option. MGroup.FEM will be downloaded as a ZIP file.
-
Extract the ZIP file to the folder of choice.
-
Double click on MSolve.IGA.sln file to open the code with Visual Studio