Input file bc
Description
TODO: Add description.
Parameters
$Sub-keywords
$CONSTRAINED
Adds velocity dependent BC. Adds possibility to give multiple constraints to one BC. Adds PRESSURE_AS_HEAD options. Can also be used with $SOURCE_TERM
PRs: https://github.com/envinf/ogs5-trunk/pull/36 https://github.com/envinf/ogs5-trunk/pull/48
Syntax for the constraint can be $CONSTRAINED
VELOCITY [POSITIVE/NEGATIVE]
This will evaluate flow direction at a surface BC and discard a BC if scalar product of velocity vector and surface normal is < 0 (ie for POSITIVE not flowing into same direction as surface normal is pointing to, or vice versa for NEGATIVE). Additionally, there is the possibility to combine multiple constraints. Eg $CONSTRAINED
VELOCITY NEGATIVE
$CONSTRAINED
[PCS] [PrimVar?] [VALUE] [DIRECTION]
PCS can be any process (in theory) PrimVar? is the primary variable of the PCS to be evaluated VALUE is the limiting value of PrimVar? DIRECTION is SMALLER (will constrain the BC, if the value of PrimVar? is smaller than VALUE) or GREATER (opposite) Both constraints will be evaluated, if any of them is positive, the BC will be be ignored.
Example, where a given boundary condition will be constrained depending on the mass transport's concentration (here, the whole polyline will be switched off, if any node qualifies for the constraint): #BOUNDARY_CONDITION
$PCS_TYPE
RICHARDS_FLOW
$PRIMARY_VARIABLE
PRESSURE1
$GEO_TYPE
POLYLINE PUMP1
$DIS_TYPE
CONSTANT 1000
$CONSTRAINED
MASS_TRANSPORT CONCENTRATION1 0.6 GREATER COMPLETE_CONSTRAIN
Source Files
FEM/rf_bc_new.cpp
#-Keywords
$-Keywords
- $COMP_NAME290
- $CONSTRAINED539
- $COPY_VALUE516
- $DIS_TYPE320
- $DIS_TYPE_CONDITION462
- $EPSILON484
- $EXCAVATION500
- $FCT_TYPE443
- $GEO_TYPE314
- $MSH_TYPE450
- $NO_DISP_INCREMENT508
- $PCS_TYPE256
- $PRESSURE_AS_HEAD525
- $PRIMARY_VARIABLE260
- $TIME_CONTROLLED_ACTIVE492
- $TIM_TYPE424
Last modified: 2016-01-21 13:48:58.979083
This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.
If you want to edit the handwritten part of this page, please do so here.