Actions

BOERND: Difference between revisions

From BAWiki

imported>BAWiki 1
No edit summary
mNo edit summary
Line 32: Line 32:
|language=Fortran90
|language=Fortran90
|add_software= -
|add_software= -
|contact_original=[mailto:guenther.lang@baw.de G. Lang]
|contact_original=G. Lang
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges], [mailto:guntram.seiss@baw.de G.Seiß]
|contact_maintenance=[mailto:pre.proghome@baw.de Group PRE], [mailto:guntram.seiss@baw.de G.Seiß]
|documentation=see $PROGHOME/examples/boernd/  
|documentation=see $PROGHOME/examples/boernd/  
}}
}}

Revision as of 12:11, 10 October 2022

Basic Information

Name of Program

BOERND

Version-Date

February 2003

Description-Date

February 2003

Catchwords

preprocessor
time-series data
boundary conditions

Short Description of Functionality

Program BOERND belongs to the more general preprocessors at BAW-DH which can be used to prepare boundary conditions for the various numerical models available at BAW-DH. The results of this program are used by various model specific preprocessors to generate the final boundary conditions which are later inserted into the numerical models directly.

Several boundary data time series can be treated at the same time. Input time-series can be modified in the following different ways:

  • Addition of a phase-shift.
  • Multiplication with different factors (amplification or reduction of the amplitude).
  • Weighted averages between different time-series.

The modifications can be treated separately for each time-serie. Please notice that within one run of BOERND only one physical quantity can be treated.

Input-Files

  1. general input-data (filetype boernd.dat)
  2. time-series data (filetype boewrt.dat)

Output-Files

  1. informations about boundary conditions and boundary time-series data (filetype rndwerte.dat)
  2. time-series data for each boundary-node (filetype boewrt.dat)

Methodology

For the generation of each boundary time-serie either one or two input time-series can be used. If only one time-serie is used, the data can be transferred as they are, shifted in phase or modified with respect to amplitude. If two time-series are used the boundary time-serie will be a result of interpolation. In this case weighting factors are calculated from the geometrical distance with respect to the location of the boundary node.

Please validate all generated boundary time-series stored in files of filetype boewrt.dat using program GVIEW2D before any further processing steps.

Program(s) to run before this Program

FFT,TSCALC,ZEITRIO

Program(s) to run after this Program

GVIEW2D,TM2RND,TR2RND,TR3RND

Additional Information

Language

Fortran90

Additional software

-

Original Version

G. Lang

Maintenance

Group PRE, G.Seiß

Documentation/Literature

see $PROGHOME/examples/boernd/


back to Program Descriptions


Overview