Main Content

Finite Element Analysis Model

Solve structural mechanics, thermal, and electromagnetic problems with a unified workflow

The unified finite element model workflow lets you solve structural mechanics, thermal, and electromagnetic problems and switch between the types of problems. This workflow uses an femodel object and its properties to define the type of problem and all its parameters.

Functions

expand all

generateMeshCreate triangular or tetrahedral mesh
solveSolve structural analysis, heat transfer, or electromagnetic analysis problem
pdeplotPlot solution or mesh for 2-D problem
pdeplot3DPlot solution or surface mesh for 3-D problem
pdegplotPlot PDE geometry
pdemeshPlot PDE mesh
pdevizCreate and plot PDE visualization object
evaluateStressEvaluate stress for dynamic structural analysis problem
evaluateStrainEvaluate strain for dynamic structural analysis problem
evaluateVonMisesStressEvaluate von Mises stress for dynamic structural analysis problem
evaluateReactionEvaluate reaction forces on boundary
evaluatePrincipalStressEvaluate principal stress at nodal locations
evaluatePrincipalStrainEvaluate principal strain at nodal locations
interpolateDisplacementInterpolate displacement at arbitrary spatial locations
interpolateVelocityInterpolate velocity at arbitrary spatial locations for all time or frequency steps for dynamic structural model
interpolateAccelerationInterpolate acceleration at arbitrary spatial locations for all time or frequency steps for dynamic structural model
interpolateStressInterpolate stress at arbitrary spatial locations
interpolateStrainInterpolate strain at arbitrary spatial locations
interpolateVonMisesStressInterpolate von Mises stress at arbitrary spatial locations
interpolateTemperatureInterpolate temperature in thermal result at arbitrary spatial locations
evaluateTemperatureGradientEvaluate temperature gradient of thermal solution at arbitrary spatial locations
evaluateHeatFluxEvaluate heat flux of thermal solution at nodal or arbitrary spatial locations
evaluateHeatRateEvaluate integrated heat flow rate normal to specified boundary
interpolateElectricPotentialInterpolate electric potential in electrostatic or DC conduction result at arbitrary spatial locations
interpolateElectricFieldInterpolate electric field in electrostatic or DC conduction result at arbitrary spatial locations
interpolateElectricFluxInterpolate electric flux density in electrostatic result at arbitrary spatial locations
interpolateMagneticPotentialInterpolate magnetic potential in magnetostatic result at arbitrary spatial locations
interpolateMagneticFieldInterpolate magnetic field in magnetostatic result at arbitrary spatial locations
interpolateMagneticFluxInterpolate magnetic flux density in magnetostatic result at arbitrary spatial locations
interpolateHarmonicFieldInterpolate electric or magnetic field in harmonic result at arbitrary spatial locations
interpolateCurrentDensityInterpolate current density in DC conduction result at arbitrary spatial locations

Live Editor Tasks

Visualize PDE ResultsCreate and explore visualizations of PDE results in the Live Editor

Objects

expand all

femodelFinite element analysis model object
fegeometryGeometry object for finite element analysis
materialPropertiesMaterial properties for structural, thermal, and electromagnetic analysis
edgeBCBoundary conditions on geometry edge
faceBCBoundary conditions on geometry face
vertexBCBoundary conditions on geometry vertex
farFieldBCAbsorbing boundary condition for harmonic electromagnetic analysis
cellLoadLoad on geometry cell
faceLoadLoad on geometry face
edgeLoadLoad on geometry edge
vertexLoadLoad on geometry vertex
cellICInitial conditions on geometry cell
faceICInitial conditions on geometry face
edgeICInitial conditions on geometry edge
vertexICInitial conditions on geometry vertex
StaticStructuralResultsStatic structural solution and derived quantities
TransientStructuralResultsTransient structural solution and derived quantities
ModalStructuralResultsModal structural solution
FrequencyStructuralResultsFrequency response structural solution and derived quantities
SteadyStateThermalResultsSteady-state thermal solution and derived quantities
TransientThermalResultsTransient thermal solution and derived quantities
ModalThermalResults Modal thermal solution
ElectrostaticResultsElectrostatic solution and derived quantities
MagnetostaticResultsMagnetostatic solution and derived quantities
HarmonicResultsHarmonic electromagnetic solution
ConductionResultsDC conduction solution

Topics