Skip to content

Commit

Permalink
[PL] ConstraintDirichletBC: Docu for the website.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFischer committed Jun 19, 2018
1 parent 013e53a commit 6210aeb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
For the constraint Dirichlet-type boundary condition the type has to be
ConstraintDirichlet.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This tag specifies the process variable whose flux values constrain the current
process variable.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Threshold value used in the constraint condition.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The name of the parameter that defines the Dirichlet-type condition values.

0 comments on commit 6210aeb

Please sign in to comment.