Retrieving Component Information
A model can contain several components, each component having their own space dimension. Each component can have several geometry and mesh nodes. The geometric model used by the physics in each component can be set using either the geometric node or one of the meshes. Use the function mphcomponentinfo to get the component information.
info = mphcomponentinfo(model,<comptag>)
where <comptag> is the tag of the component. info is a MATLAB structure with the following fields:
tag, the tag of the component (<comptag>).
geom, the list of geometries in the component.
mesh, the list of meshes in the component.
geometricmodel, the geometry or mesh node that defines the geometric model for the physics.
scope, the scope expression.
basesystem, the base unit system used in the component.
sorder, the shape order.
geometrycoord, the coordinate variables for the geometry frame.
mateialcoord, the coordinate variables for the material frame.
meshcoord, the coordinate variables for the mesh frame.
spatialcoord, the coordinate variables for the spatial frame.
curvedinterior: True if curved interior mesh is activated
defineallframes: True if all frames are always defined
definelocalcoord: True if local coordinate variables (xi1, xi2, xi3) are defined