vertexIC
Description
A vertexIC
object specifies the type of initial
condition on a vertex of a geometry. An femodel
object contains
an array of vertexIC
objects in its VertexIC
property.
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 a FaceIC
assignment, even if you specify a
FaceIC
assignment after an EdgeIC
assignment. The
assignments in order of precedence are VertexIC
(highest precedence),
EdgeIC
, FaceIC
, and CellIC
(lowest
precedence).
Creation
Description
model.VertexIC(
creates a VertexID
) = vertexIC(Name=Value)vertexIC
object and sets properties using one
or more name-value arguments. This syntax assigns the specified structural or thermal
initial condition to the specified vertices of the geometry stored in the
femodel
object model
. For example,
model.VertexIC([1 2]) = vertexIC(Temperature=25)
specifies the
temperature on vertices 1 and 2.
model.VertexIC = vertexIC(Name=Value)
assigns the
specified initial condition to all vertices of the geometry. For example,
model.VertexIC = vertexIC(Temperature=25)
specifies the initial
temperature on all
vertices.
model.VertexIC = vertexIC(Temperature = 25)
Input Arguments
Properties
Examples
Version History
Introduced in R2023a