How to add a vertex boundary condition on a general PDE model

2 views (last 30 days)
I'm really confused about how to add a vertex boundary conditions to a general PDE.
The input parameters of the function 'applyBoundaryCondition(model,"dirichlet",RegionType,RegionID,Name,Value)' does not include vertex, although it is included in the comment as shown in the figure below.
I looked through a lot of documentation in MathWork and found that I can only set the vertexBC on 'femodel'.
But the type of 'femodel' just include "structuralStatic", "structuralModal", "structuralTransient", "structuralFrequency", "thermalSteady", "thermalModal", "thermalTransient", "electrostatic", "magnetostatic", "electricHarmonic", "magneticHarmonic", or "dcConduction".
So I sincerely ask everyone what can I do now. Thank you very much for your help!

Answers (1)

Torsten
Torsten on 15 Oct 2023
Moved: Torsten on 15 Oct 2023
A vertex has no area. So from the physical standpoint, a boundary condition in a single vertex doesn't make sense.

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!