Check Files 2d ad check: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This pages contains information on the attributes of the _ad_check file. This check file contains information on initial conditions when using the advection-dispersion module.
This pages contains information on the attributes of the _ad_check file. This check file contains information on initial concentrations and will be automatically output, if check files are turned on, when using the advection-dispersion module.


'''Attributes of _ad_check'''<br>
'''Attributes of _ad_check'''<br>
Line 10: Line 10:
| m|| Column number in the TUFLOW domain.
| m|| Column number in the TUFLOW domain.
|-
|-
| Code|| The cell code status. This is 1 for active cells and -1 for null cells that are included in the mesh. Refer to the <u>[https://downloads.tuflow.com/TUFLOW/Releases/Latest/TUFLOW%20Manual.pdf TUFLOW Manual]</u> for more information on the cell codes.
| Code|| The cell code status. This is 1 for active cells and -1 for null cells that are included in the mesh. Refer to the <u>[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]</u> for more information on the cell codes.
|-
|-
| ZC|| The minimum elevation within the cell.
| ZC|| The minimum elevation within the cell.
Line 16: Line 16:
| Domain_Index||The index of the model domain. This is the order with <tt><font color="blue">Start 2D Domain</font><font color="red"> == </font><Domain Name></tt> commands appears in the TCF control file. For a single domain model this will be 1.
| Domain_Index||The index of the model domain. This is the order with <tt><font color="blue">Start 2D Domain</font><font color="red"> == </font><Domain Name></tt> commands appears in the TCF control file. For a single domain model this will be 1.
|-
|-
| IC_<num>|| The initial concentration for tracer <num>. I.e. 'IC_1' would be the attribute name for tracer 1, 'IC_2' for tracer 2, etc.
| IC_<num>|| The initial concentration for tracer <num>. <br>
i.e. 'IC_1' would be the attribute name for tracer 1, 'IC_2' for tracer 2, etc.
|}
|}
<br>
In the image below, a 2d_ad_check file is shown. Only 1 tracer (IC_1) was simulated and the different initial concentrations for IC_1 are styled with different colours.<br>
<br>
[[File:2d_ad_check_01a.png]]<br>
<br>
<br>



Latest revision as of 14:19, 23 July 2025

This pages contains information on the attributes of the _ad_check file. This check file contains information on initial concentrations and will be automatically output, if check files are turned on, when using the advection-dispersion module.

Attributes of _ad_check

Attribute Name Attribute Description
n Row number in the TUFLOW domain.
m Column number in the TUFLOW domain.
Code The cell code status. This is 1 for active cells and -1 for null cells that are included in the mesh. Refer to the TUFLOW Manual for more information on the cell codes.
ZC The minimum elevation within the cell.
Domain_Index The index of the model domain. This is the order with Start 2D Domain == <Domain Name> commands appears in the TCF control file. For a single domain model this will be 1.
IC_<num> The initial concentration for tracer <num>.

i.e. 'IC_1' would be the attribute name for tracer 1, 'IC_2' for tracer 2, etc.


In the image below, a 2d_ad_check file is shown. Only 1 tracer (IC_1) was simulated and the different initial concentrations for IC_1 are styled with different colours.



Up
TUFLOW Check Files