Skip to content
Snippets Groups Projects
Commit 9fb62d2d authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL] ConstraintDirichletBC: Docu for the website.

parent d8be02cb
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 0 deletions
For the constraint Dirichlet-type boundary condition the type has to be
ConstraintDirichlet.
This tag specifies the process variable whose flux values constrain the current
process variable.
The value of the tag determines the evaluation of the constraint condition.
Possible values for the tag 'constraint_directions' are 'greater' or 'lower'.
If the value 'greater' is given the condition 'calculated_flux_value >
constraint_threshold' is evaluated. If the value 'less' is given the condition
'calculated_flux_value < constraint_threshold' is evaluated.
The constraint type has to be 'Flux', i.e., the constraint is based on the
secondary variable. It is planned to add constraints based on the value of the
primary variables.
The name of the parameter that defines the Dirichlet-type condition values.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment