My Project
programmer's documentation
Variables
Module for turbomachinery computations

Variables

integer, save iturbo
 Type of turbomachinery computation: none (0), frozen rotor (1), transient (2) More...
 
integer, save ityint
 Type of rotor/stator interface: joint internal faces (0), coupled boundary faces (1) More...
 
integer, dimension(:), pointer irotce
 Rotor identifier list (1:ncel) More...
 
double precision, dimension(2), save rs_ell
 
double precision, dimension(:), allocatable coftur
 
double precision, dimension(:), allocatable hfltur
 

Detailed Description

Variable Documentation

◆ coftur

double precision, dimension(:), allocatable coftur

◆ hfltur

double precision, dimension(:), allocatable hfltur

◆ irotce

integer, dimension(:), pointer irotce

Rotor identifier list (1:ncel)

◆ iturbo

integer, save iturbo

Type of turbomachinery computation: none (0), frozen rotor (1), transient (2)

◆ ityint

integer, save ityint

Type of rotor/stator interface: joint internal faces (0), coupled boundary faces (1)

◆ rs_ell

double precision, dimension(2), save rs_ell