wiki:public/doc-auto/by_ext/bc
Last modified 3 years ago Last modified on 01/21/16 13:49:08

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

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.