Definition
A boundary condition that prescribes the exact value of a primary dependent variable (e.g., displacement, temperature, electric potential) at each point of a portion of the domain boundary, enforced pointwise in strong formulations or via suitable numerical enforcement strategies in discrete approximations.

Principle

Principle
By fixing primary field values on the boundary, Dirichlet conditions reduce the solution space of the governing differential equations and—when compatible with the problem—guarantee uniqueness up to well‑known exceptions; they represent physically imposed constraints such as supports, fixed temperature baths, or prescribed potentials.

Demonstration

Demonstration
Illustrative scenario → A cantilever beam: the clamped end is assigned zero displacement and rotation (Dirichlet BC on displacement DOFs). Recognition → The boundary values are enforced in the finite‑element model by eliminating or constraining DOFs. Action → Solve for internal stresses and deflections with those prescribed boundary values. Consequence → The resulting stress field reflects reaction forces at the clamp; if the Dirichlet values are inconsistent the solver will report singular or overconstrained system behavior.

Misapplication

Misapplication
Imposing Dirichlet values where only fluxes or tractions are physically known (should use Neumann), overconstraining adjacent boundary segments with incompatible values, or naively enforcing strong Dirichlet conditions in a variational formulation without accounting for compatibility can produce spurious stresses, loss of conservation or ill‑conditioning in the numerical system.

Consequence

Consequence
Correct Dirichlet enforcement yields physically meaningful constraint representations and stable solvability; misuse causes artificial stress concentrations, incorrect global balances, solver instability or failure and erroneous engineering conclusions about load paths or support reactions.

Reversal

Reversal
When only boundary fluxes are measured or when a weak/variational formulation is used, Neumann or Robin (natural) conditions or weak enforcement (penalty or Lagrange multipliers) may be the correct representation; for periodic or symmetry conditions, prescribing values may be replaced by equality constraints across boundaries rather than fixed numerical values.

Boundary

Boundary
Clearly within → Pointwise specification of primary variables (displacement, temperature, potential) on boundary segments for elliptic/parabolic problems in strong formulations. Boundary case → Partial Dirichlet on parts of a boundary combined with Neumann elsewhere or periodic symmetry where values are specified relative to another boundary. Clearly outside → Flux/traction boundary prescriptions, initial conditions or constitutive relations not tied to boundary values.

Semantic Tension

Semantic Tension
Tension arises between enforcing Dirichlet BCs strongly for accuracy and enforcing them weakly for numerical flexibility and stability (e.g., penalty methods, mortar methods); there is also tension between physical measurability (flux vs. value) and numerical convenience.

Synthesis

Synthesis
A Dirichlet condition encodes how a model fixes primary field values at interfaces; its correct selection and consistent enforcement—strongly or weakly—are essential to preserve physical meaning, conservation properties and numerical stability.