Back to Input Deck Cards
INITIAL_CONDITION¶
This card links a particular FLOW_CONDITION and TRANSPORT_CONDITION to the appropriate REGION to define an initial condition. It is set up similar to the BOUNDARY_CONDITION card, by first creating a list of flow and/or transport conditions, and then appling them to appropriate REGIONs using this card.
Required Cards:¶
- INITIAL_CONDITION <optional string>
Opens the INITIAL_CONDITION block, labeling it with the <optional string>
- FLOW_CONDITION <string>
Name of the associated FLOW_CONDITION
- TRANSPORT_CONDITION <string>
Name of the associated TRANSPORT_CONDITION
- REGION <string>
Name of the associated REGION
Examples¶
INITIAL_CONDITION FLOW_CONDITION Piezometric_Surface TRANSPORT_CONDITION U_source REGION all / INITIAL_CONDITION FLOW_CONDITION initial REGION left_region / INITIAL_CONDITION soilA_layer_initial TRANSPORT_CONDITION initial REGION soilA_layer /