Actions

UNTRIM2007MONITOR: Difference between revisions

From BAWiki

imported>Juerges Jens
(Created page with '{{ProgramDescription |name_de=UNTRIM2007MONITOR |name=UNTRIM2007MONITOR |version=1.2 / June 2010 |version_descr=June 2010 |catchwords=numerical simulation<br /> analysis of UNT…')
 
imported>Juerges Jens
No edit summary
Line 25: Line 25:


The following physical quantities are accessible after extraction within time serie files of type [[BOEWRT.DAT|boewrt.dat]]:
The following physical quantities are accessible after extraction within time serie files of type [[BOEWRT.DAT|boewrt.dat]]:
<UL>
* number of CG iterations
<li> number of CG iterations
* maximum courant numbers for flow and internal waves
<li> maximum courant numbers for flow and internal waves
* number of edges where courant criteria (flow and internal waves) are not fulfilled
<li> number of edges where courant criteria (flow and internal waves) are not fulfilled
* accuracy of the solution of the water levels
<li> accuracy of the solution of the water levels
* accuracy of the water volume of time step i
<li> accuracy of the water volume of time step i
* accuracy of the total water volume
<li> accuracy of the total water volume
* number of sub steps to fulfill courant criterion for transport equation for each UNTRIM specie
<li> number of sub steps to fulfill courant criterion for transport equation for each UNTRIM specie
* SediMorph accretion- and erosion volume
<li> SediMorph accretion- and erosion volume
* SediMorph volume of all fractions
<li> SediMorph volume of all fractions
* "mass" of all UNTRIM species
<li> "mass" of all UNTRIM species
* surface flux of all UNTRIM species
<li> surface flux of all UNTRIM species
* bottom flux of all UNTRIM species
<li> bottom flux of all UNTRIM species
</UL>


The following physical quantities are accessible after extraction within position files of type [[GEOM.DAT|geom.dat]]:
The following physical quantities are accessible after extraction within position files of type [[GEOM.DAT|geom.dat]]:
<UL>
* coordinates of edges with the maximum flow courant number
<li> coordinates of edges with the maximum flow courant number
* coordinates of edges with the maximum internal wave courant number
<li> coordinates of edges with the maximum internal wave courant number
</UL>
These files can be visualized with Janet.
These files can be visualized with Janet.
|preprocessor=[[UNTRIM2007]]
|preprocessor=[[UNTRIM2007]]
|postprocessor=[[GVIEW2D]]
|postprocessor=[[GVIEW2D]], Janet
|language=Fortran90  
|language=Fortran90  
|add_software=-  
|add_software=-  

Revision as of 14:37, 24 June 2010

Basic Information

Name of Program

UNTRIM2007MONITOR

Version-Date

1.2 / June 2010

Description-Date

June 2010

Catchwords

numerical simulation
analysis of UNTRIM2007 printer file
output of time series data

Short Description of Functionality

The program UNTRIM2007MONITOR extracts relevant information out of an UNTRIM2007 printer file.

Input-Files

  1. printer file with information on execution of program UNTRIM2007 (filetype untrim2007.master.sdr)

Output-Files

  1. time series files derived from printer file (filetype boewrt.dat)
  2. position files derived from printer file (filetype geom.dat)

Methodology

Extraction of time series out of an UNTRIM2007 printer file. UNTRIM2007MONITOR looks for search strings to identify lines with data inside.

Example: If UNTRIM2007MONITOR finds the search string "# CHECKED: CR_ext Max =", then the columns 25 to 34 contains the maximum flow courant number of the current time step.

The extraction creates time series with a resolution of the time step of the simulation

Each time serie will be written in a different file of type boewrt.dat. There is no graphical output. Instead, the program GVIEW2D can read and visualize all time serie files.

The following physical quantities are accessible after extraction within time serie files of type boewrt.dat:

  • number of CG iterations
  • maximum courant numbers for flow and internal waves
  • number of edges where courant criteria (flow and internal waves) are not fulfilled
  • accuracy of the solution of the water levels
  • accuracy of the water volume of time step i
  • accuracy of the total water volume
  • number of sub steps to fulfill courant criterion for transport equation for each UNTRIM specie
  • SediMorph accretion- and erosion volume
  • SediMorph volume of all fractions
  • "mass" of all UNTRIM species
  • surface flux of all UNTRIM species
  • bottom flux of all UNTRIM species

The following physical quantities are accessible after extraction within position files of type geom.dat:

  • coordinates of edges with the maximum flow courant number
  • coordinates of edges with the maximum internal wave courant number

These files can be visualized with Janet.

Program(s) to run before this Program

UNTRIM2007

Program(s) to run after this Program

GVIEW2D, Janet

Additional Information

Language

Fortran90

Additional software

-

Original Version

J. Jürges

Maintenance

J. Jürges

Documentation/Literature

please refer to $PROGHOME/examples/untrim2007monitor/


back to Program Descriptions


Overview