- 29 Jul 2022
- 1 Minute to read
- Print
Warning or Error on Water Contacting Edge of Domain
- Updated on 29 Jul 2022
- 1 Minute to read
- Print
The user may instruct 2D solver to act on the event of water coming into contact with the edge of the active area.
This feature is useful for determining if the modelled domain needs to be further extended.
Actions can either be:
Issue a warning and continue or...
Issue an error and stop the simulation
This condition is evaluated at the same time a domain's mass balance error is determined.
The following code snippets show how to issue a warning:
...
</domain>
<advanced_options>
<wet_boundary>warning</wet_boundary>
</advanced_options>
</ISIS2Dproject>
... or and error ...
...
</domain>
<advanced_options>
<wet_boundary>error</wet_boundary>
</advanced_options>
</ISIS2Dproject>