TABLE OF CONTENTS
::pwtk::eelsi::load_fromEELSI
SYNOPSIS
proc ::pwtk::eelsi::load_fromEELSI {eelsi {clear_existing 1}} {
PURPOSE
Load the input data from existing turbo_eels.x input file.
If clear_existing == 1, then the current input will be cleared, but otherwise the data will be simply added to the existing data.
ARGUMENTS
- eelsi -- filename of the turbo_eels.x input file from which to extract the input data
- clear_existing -- [optional] should the current input data be cleared?
SOURCE
variable namelist_flow_list ::pwtk::lri::load_from_input_ turbo_eels.x $namelist_flow_list $eelsi $clear_existing }