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

Data Types

type  actuatorregiontype
 

Variables

integer(kind=inttype), parameter nactuatorregionsmax = 10
 
type(actuatorregiontype), dimension(nactuatorregionsmax), target actuatorregions
 
integer(kind=inttype) nactuatorregions = 0
 
type(actuatorregiontype), dimension(nactuatorregionsmax), target actuatorregionsd
 

Variable Documentation

◆ actuatorregions

type(actuatorregiontype), dimension(nactuatorregionsmax), target actuatorregiondata::actuatorregions

◆ actuatorregionsd

type(actuatorregiontype), dimension(nactuatorregionsmax), target actuatorregiondata::actuatorregionsd

◆ nactuatorregions

integer(kind=inttype) actuatorregiondata::nactuatorregions = 0

◆ nactuatorregionsmax

integer(kind=inttype), parameter actuatorregiondata::nactuatorregionsmax = 10

Definition at line 38 of file actuatorRegionData.F90.

Referenced by actuatorregion::addactuatorregion().