ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Data Types | Variables
iomodule Module Reference

Data Types

type  iotype
 

Variables

integer(kind=mpi_offset_kind), parameter maxsizeio = 2147483648_mpi_offset_kind
 
integer(kind=inttype), parameter nodedata = 1
 
integer(kind=inttype), parameter celldatanohalo = 2
 
integer(kind=inttype), parameter celldataplushalo = 3
 
type(iotype), dimension(:, :), allocatable iovar
 

Variable Documentation

◆ celldatanohalo

integer(kind=inttype), parameter iomodule::celldatanohalo = 2

Definition at line 20 of file IOModule.f90.

◆ celldataplushalo

integer(kind=inttype), parameter iomodule::celldataplushalo = 3

Definition at line 21 of file IOModule.f90.

◆ iovar

type(iotype), dimension(:, :), allocatable iomodule::iovar

◆ maxsizeio

integer(kind=mpi_offset_kind), parameter iomodule::maxsizeio = 2147483648_mpi_offset_kind

Definition at line 14 of file IOModule.f90.

◆ nodedata

integer(kind=inttype), parameter iomodule::nodedata = 1

Definition at line 19 of file IOModule.f90.