Unified Model Setup and Solution
femodel objectTo set up and solve a problem using unified workflow, follow these steps:
- Create an - femodelcontainer while specifying the analysis type and the geometry for a model. You also can specify or change the analysis type and geometry properties of- femodellater.
- Mesh the geometry. 
- Specify physical parameters of the problem using familiar domain-specific terms. 
- Solve the problem to obtain results at nodal locations. 
You also can approximate dynamic characteristics of a model for structural or thermal analysis by using reduced-order modeling (ROM).
For 3-D geometries which are symmetrical about an axis of rotation,
                            you can speed up computations by simplifying a 3-D geometry to a 2-D
                            geometry and setting the PlanarType property of
                                femodel to "axisymmetric". The
                            axis of rotation is the vertical axis, x = 0. The x–axis represents the radial
                            component, and the y–axis represents the axial
                            component.
Functions
| generateMesh | Create triangular or tetrahedral mesh | 
| solve | Solve structural analysis, heat transfer, or electromagnetic analysis problem | 
| triangulation | Create triangulationobject fromfegeometry(Since R2023b) | 
| setupRadiation | Specify radiation parameters for surface-to-surface heat transfer (Since R2023b) | 
| assembleFEMatrices | Assemble finite element matrices | 
| reduce | Reduce structural or thermal model | 
Objects
Properties
| PDESolverOptions Properties | Algorithm options for solvers | 
Topics
- Migration from Domain-Specific to Unified WorkflowMigrate existing code for structural, thermal, and electromagnetic problems to a unified workflow. 
- Nonconstant Parameters of Finite Element ModelSpecify nonconstant parameters of a finite element model by using a function handle. 
- Rectangular, Triangular, Trapezoidal, and Harmonic LoadsUse helper functions to model harmonic and step loads for a finite element model. 
- Reduced-Order Models for Faster Structural and Thermal AnalysisApproximate dynamic characteristics of a model for structural or thermal analysis by using reduced-order modeling (ROM).