faceIC
Description
A faceIC
object specifies the type of an initial
condition on a face of a geometry. An femodel
object contains
an array of faceIC
objects in its FaceIC
property.
faceIC
applies these rules for initial condition assignments:
You can use a geometric assignment to associate the initial condition with the specified geometric regions or the entire geometry.
You must apply a results-based assignment to all geometric regions because the
results
object contains information about the entire geometry.For separate assignments to a geometric region (or the entire geometry) and the boundaries of that region, the solver uses the specified assignment on the region and chooses the assignment on the boundary as follows. The solver gives an
EdgeIC
assignment precedence over aFaceIC
assignment, even if you specify aFaceIC
assignment after anEdgeIC
assignment. The assignments in order of precedence areVertexIC
(highest precedence),EdgeIC
,FaceIC
, andCellIC
(lowest precedence).
Creation
Description
model.FaceIC(
creates a FaceID
) = faceIC(Name=Value)faceIC
object and sets properties using one
or more name-value arguments. This syntax assigns the specified structural, thermal, or
electromagnetic initial condition to the specified faces of the geometry stored in the
femodel
object model
. For example,
model.FaceIC([1 2]) = faceIC(Temperature = 25)
specifies the
temperature on faces 1 and 2.
model.FaceIC = faceIC(Name=Value)
assigns the
specified initial condition to an entire 2-D geometry or to all faces of a 3-D geometry.
For example, model.FaceIC = faceIC(Temperature = 25)
specifies the
initial temperature on all faces.
Input Arguments
Properties
Examples
Version History
Introduced in R2023a