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

[docu] Update docu for constraint Dirichlet bc.

parent 86ac79be
No related branches found
No related tags found
No related merge requests found
The constraint type has to be 'Flux', i.e., the constraint is based on the 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 secondary variable.
primary variables.
Remark: There is also a Dirichlet-type boundary condition based on the primary
variable.
\copydoc ProcessLib::PrimaryVariableConstraintDirichletBoundaryCondition \copydoc ProcessLib::PrimaryVariableConstraintDirichletBoundaryCondition
Remark: The is also a Dirichlet-type boundary condition based on the flux.
The tag 'constraint_direction' determines the evaluation of the constraint The tag 'comparison_operator' determines the evaluation of the constraint
condition. Possible values are 'greater' or 'less'. condition. Possible values are 'greater' or 'less'.
\copydoc ProcessLib::PrimaryVariableConstraintDirichletBoundaryCondition::_less \copydoc ProcessLib::PrimaryVariableConstraintDirichletBoundaryCondition::_less
......
The constraint type has to be 'PrimaryVariableConstraintDirichlet'. This enables
constraints for the primary variable of the process.
Remark: The is also a Dirichlet-type boundary condition based on the flux.
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