Finite Element Analysis
Description
Collaboration diagram for Finite Element Analysis:
Modules | |
Nodes | |
Elements | |
Constraints | |
Contact | |
Mathematical support | |
Utility classes | |
Classes | |
class | chrono::fea::ChContinuumMaterial |
Base class for properties of materials in a continuum. More... | |
class | chrono::fea::ChContinuumElastic |
Class for the basic properties of materials in an elastic continuum. More... | |
class | chrono::fea::ChContinuumElastoplastic |
Class for all elastic materials that can undergo plastic flow. More... | |
class | chrono::fea::ChContinuumPlasticVonMises |
Class for the basic properties of materials in an elastoplastic continuum, with strain yield limit based on Von Mises yield. More... | |
class | chrono::fea::ChContinuumDruckerPrager |
Class for the basic properties of elastoplastic materials of Drucker-Prager type, that are useful for simulating soils. More... | |
class | chrono::fea::ChContinuumPoisson3D |
Class for the basic properties of scalar fields P in 3D FEM problems that can be described by Laplace PDEs of type rho dP/dt + div [C] grad P = 0. More... | |
class | chrono::fea::ChLoadContactSurfaceMesh |
Class for applying loads to a contact mesh as a cluster of forces operating on the nodes of the underlying finite elements. More... | |
class | chrono::fea::ChLoaderBeamWrench |
Atomic wrench. More... | |
class | chrono::fea::ChLoadBeamWrench |
Atomic wrench (ready to use load) Load for a wrench (force+torque) at a specific position of a beam. More... | |
class | chrono::fea::ChLoaderBeamWrenchDistributed |
Distributed constant wrench. More... | |
class | chrono::fea::ChLoadBeamWrenchDistributed |
Distributed constant wrench (ready to use load) Load for a wrench (force+torque) at a specific position of a beam. More... | |
class | chrono::fea::ChNodeMeshless |
Class for a single node in the meshless FEA cluster. More... | |
class | chrono::fea::ChMatterMeshless |
Class for clusters of nodes that can simulate a visco-elasto-plastic deformable solid using the approach in Mueller ("Point based.." 2004 paper), that is with a 'meshless' FEA approach. More... | |
class | chrono::fea::ChMesh |
Class which defines a mesh of finite elements of class ChElementBase, between nodes of class ChNodeFEAbase. More... | |
class | chrono::fea::ChMeshSurface |
Class which defines a surface for a mesh FEA elements. More... | |
class | chrono::ChProximityMeshless |
Class for a proximity pair information in a meshless deformable continumm, made with a cluster of particles - that is, an 'edge' topological connectivity in in a meshless FEA approach, similar to the Smoothed Particle Hydrodynamics. More... | |
class | chrono::ChProximityContainerMeshless |
Class for container of many proximity pairs for a meshless deformable continuum (necessary for inter-particle material forces), as CPU typical linked list of ChProximityMeshless objects. More... | |
class | chrono::fea::ChVisualizationFEAmesh |
Class for a FEA mesh visualization. More... | |