68 readgridmotionsection, &
94 TYPE(t_region
),
POINTER :: regions(:)
100 CHARACTER(CHRLEN) :: fname
101 CHARACTER(256) ::
line
109 global => regions(1)%global
120 OPEN(if_input,file=trim(fname),
form=
'FORMATTED',
status=
'OLD',iostat=errorflag)
121 global%error = errorflag
122 IF ( global%error /= err_none )
THEN
123 CALL
errorstop(global,err_file_open,__line__,
'File: '//trim(fname))
131 READ(if_input,
'(A256)',err=10,
end=86)
line
133 SELECT CASE( trim(
line) )
148 CASE (
'# ACCELERATION')
167 CASE (
'# GRIDMOTION')
168 CALL readgridmotionsection(global)
173 CASE (
'# GRIDMOTION')
174 CALL readgridmotionsection(regions)
179 CASE (
'# TIMEZOOMING')
183 CASE (
'# STATISTICS')
195 CLOSE(if_input,iostat=errorflag)
196 global%error = errorflag
197 IF ( global%error /= err_none )
THEN
198 CALL
errorstop(global,err_file_close,__line__,
'File: '//trim(fname))
217 CALL
errorstop(global,err_file_read,__line__,
'File: '//trim(fname))
subroutine readrocketsection(global)
subroutine readmultigridsection(global)
subroutine readmixturesection(regions)
subroutine readrandomsection(global)
CImg< T > & line(const unsigned int y0)
Get a line.
subroutine registerfunction(global, funName, fileName)
int status() const
Obtain the status of the attribute.
subroutine readprobesection(global)
subroutine readthrustsection(global)
subroutine readnumericssection(regions)
subroutine readstatisticsection(global)
subroutine buildfilenameplain(global, dest, ext, fileName)
subroutine readaccelerationsection(global)
**********************************************************************Rocstar Simulation Suite Illinois Rocstar LLC All rights reserved ****Illinois Rocstar LLC IL **www illinoisrocstar com **sales illinoisrocstar com WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **Arising OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE **********************************************************************INTERFACE SUBROUTINE form
subroutine readinitflowsection(regions)
subroutine readprepsection(global)
subroutine readflowsection(regions)
subroutine readtimestepsection(global)
subroutine readreferencesection(global)
subroutine readforcessection(global)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine readviscositysection(regions)
subroutine deregisterfunction(global)
subroutine readpostsection(global)
subroutine readtimezoomingsection(global)