My Project
programmer's documentation
Data Types | Modules | Functions/Subroutines | Variables
turbomachinery.f90 File Reference

Module for turbomachinery computations. More...

Data Types

interface  map_turbomachinery_model
 
interface  map_turbomachinery_rotor
 
interface  turbomachinery_update_mesh
 
interface  turbomachinery_reinit_i_face_fields
 
interface  turbomachinery_resize_cell_fields
 

Modules

module  turbomachinery
 

Functions/Subroutines

subroutine turbomachinery_init
 
subroutine turbomachinery_update
 
subroutine turbomachinery_finalize
 

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

Module for turbomachinery computations.