edgeBC
Description
An edgeBC object specifies the type of boundary
condition on an edge of a geometry. An femodel object contains
an array of edgeBC objects in its EdgeBC 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
2-D magnetostatic analysis: no magnetic flux through the boundary
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.EdgeBC(
creates an EdgeID) = edgeBC(Name=Value)edgeBC 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 edges of the geometry stored in the
femodel object model. For example,
model.EdgeBC([2 5]) = edgeBC(Constraint="fixed") specifies that edges
2 and 5 are fixed boundaries.
Input Arguments
Properties
Examples
Version History
Introduced in R2023a
See Also
Objects
femodel|fegeometry|farFieldBC|faceBC|vertexBC|cellLoad|faceLoad|edgeLoad|vertexLoad

