faceBC
Description
A faceBC object specifies the type of boundary
condition on a face of a geometry. An femodel object contains
an array of faceBC objects in its FaceBC property.
The default boundary condition for each analysis type is defined by the zero Neumann boundary condition.
Structural analysis: stress-free boundary
Thermal analysis: insulated boundary, no heat flux through the boundary
Electrostatic analysis: no electric current through the boundary
3-D magnetostatic analysis and harmonic analysis: , where u is a magnetic vector potential for 3-D magnetostatics, electric field for harmonic analysis with the electric field type, and magnetic field for harmonic analysis with the magnetic field type. Here,c represents properties of the material, such as permittivity , permeability, or conductivity.
DC conduction analysis: no surface current through the boundary
Creation
Description
model.FaceBC(
creates a FaceID) = faceBC(Name=Value)faceBC object and sets properties using one
or more name-value arguments. This syntax assigns the specified structural, thermal, or
electromagnetic boundary condition to the specified faces of the geometry stored in the
femodel object model. For example,
model.FaceBC([2 5]) = faceBC(Constraint="fixed") specifies that faces
2 and 5 are fixed boundaries.
Input Arguments
Properties
Examples
Version History
Introduced in R2023a
See Also
Objects
femodel|fegeometry|farFieldBC|edgeBC|vertexBC|cellLoad|faceLoad|edgeLoad|vertexLoad

