4.6 Simulation Class: DO
If no simulation class is specified then a simulation will be automatically constructed using this DO class, and populated with library defaults for all parameters. Computed variables will be:
- Dissolved oxygen
- Pathogens (optional, potentially multiple)
4.6.1 Prerequisites
The DO simulation class requires simulation of the following in TUFLOW FV:
- Hydrodynamics, in either two or three dimensions (including any internal one dimensional structures if present)
- Salinity
- Temperature
- Heat module on (i.e. meteorological forcing is required)
Simulation of suspended sediment (via TUFLOW FV’s sediment transport module) is optional, unless attached pathogens are simulated.
4.6.2 Part 1: Simulation specification
The DO simulation class is set via
Simulation Class
The other commands in this part are not specific to this simulation class. See section 4.5.1.
4.6.3 Part 2: Constituent model specification
As per Tables 2.2 and 2.3, oxygen is the only mandatory constituent model class available within the DO simulation class, and there is only one oxygen constituent model within that class, with code O2. Pathogens may be optionally simulated (in any simulation class).
4.6.3.1 Model class: Oxygen
4.6.3.1.1 Constituent model: O2
This constituent model is specified as:
Oxygen Model
Minimum and maximum concentrations are specified as:
Oxygen Min Max
Global benthic parameters (used in Equation (D.6)) are specified as:
Oxygen Benthic
The oxygen piston model to be used (in either Equation (D.2) or Equation (D.3)) is specified as:
Oxygen Piston Model
or
The argument (either “Wanninkhof92” or “Ho16”) activates a different oxygen piston model (Equation (D.2) or Equation (D.3), respectively).
Although not strictly necessary, the use of “oxygen” to prefix these block commands is deliberate so as to maintain consistency of command style with other constituent model blocks that include more than one computed variable, such as nitrogen, phosphorus and organics. Nonetheless, if the “oxygen” prefix is omitted within this constituent model block, the WQ Module will still interpret the above commands correctly.
This constituent model block must be terminated using the command:
4.6.3.2 Model class: Pathogens (optional)
This model class is optional.
4.6.3.2.1 Constituent model: Free
This constituent model is specified as:
Pathogen Model
- Uses only alphanumeric characters
- Has no spaces
- Excludes the keyword ‘PATH’, and
- Is not the same as any other group name
Minimum and maximum concentrations are specified as:
Alive Min Max
Mortality parameters are specified as:
Mortality
Light inactivation parameters are specified in three separate but related commands, with one command per light band (visible, UV-A and UV-B):
Visible Inactivation
UVA Inactivation
UVB Inactivation
Settling of non-attached pathogens is specified as follows, with a negative number being a downwards velocity:
Settling
This constituent model block must be terminated using the command:
4.6.3.2.2 Constituent model: Attached
This constituent model must be accompanied by simulation of at least one sediment fraction within the TUFLOW FV sediment transport (ST) module, and is specified as:
Pathogen Model
- Uses only alphanumeric characters
- Has no spaces
- Excludes the keyword ‘PATH’, and
- Is not the same as any other group name
The commands are the same as those specified within a free pathogen constituent model block (Section 4.6.3.2.1), with the following modification or additions.
Settling is specified for both free and attached pathogens:
Settling
The target attached pathogen fraction is specified as:
Target Attached Fraction
This constituent model block must be terminated using the command:
4.6.4 Part 3: Material specification
Oxygen benthic flux (used in Equation (D.6)) is specified within both default and numbered material blocks as:
4.6.5 Constituent ordering
Dissolved oxygen is the only mandatory constituent simulated by the WQ Module for this simulation class, and therefore oxygen concentration is specified as the first variable (shown in symbolic form below):
Initial WQ Concentration
Similarly, in a
4.6.5.1 Pathogens (optional)
If pathogens are simulated, then their headers are required at the end of any lists, regardless of the other hydrodynamic and water quality constituents simulated. This therefore applies to all simulation classes from DO to organics. Alive and dead pathogens are always required to be specified, in that order, and if attached pathogens are simulated then that attached pathogens header is listed between those of alive and dead. This pattern is repeated for each specified pathogen group, in the order in which pathogen groups are defined via pathogen constituent model blocks in the water quality control file. For example, where two pathogen groups are simulated (called ECOLI and CRYPTO, and defined in that order in the corresponding water quality control file), with ECOLI including attachment, the above BC header would be extended to the following:
4.6.6 Example
Following is an example of all the available WQ Module