Wiki

Clone wiki

pflotran / Depreciated / Documentation / QuickGuide / SourceSink

Back to Quick Guide

SOURCE_SINK Card

Specifies coupling between flow and transport conditions and a REGION for a source sink term.

Required Cards:

SOURCE_SINK <name>
name of the source/sink.

FLOW_CONDITION and/or TRANSPORT_CONDITION:

FLOW_CONDITION <name>
name of the flow condition.
TRANSPORT_CONDITION <name>
name of the transport condition.
REGION <name>
name of the region the set of flow and transport conditions will be applied to.

Examples

SOURCE_SINK Well_2-9_1
  FLOW_CONDITION Injection_1
  TRANSPORT_CONDITION Source
  REGION Well_2-9_1
/

Updated