exw_fast Namespace Reference

AMR-Wind API: exw_fast Namespace Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
exw_fast Namespace Reference

Classes

class  FastIface
 
struct  FastTurbine
 
struct  OpFM_InputType
 
struct  OpFM_OutputType
 
struct  SC_DX_InputType
 
struct  SC_DX_OutputType
 

Enumerations

enum class  SimMode : int { init = 0 , replay , restart }
 

Functions

constexpr int fast_strlen ()
 
void exw_fast_output_redirect (char *)
 
void FAST_AllocateTurbines (int *, int *, char *)
 
void FAST_DeallocateTurbines (int *, char *)
 
void FAST_OpFM_Solution0 (int *, int *, char *)
 
void FAST_OpFM_Step (int *, int *, char *)
 
void FAST_CreateCheckpoint (int *, char *, int *, char *)
 
void FAST_HubPosition (int *, float *, float *, double *, int *, char *)
 
void FAST_OpFM_Init (int *, double *, const char *, int *, int *, int *, int *, float *, float *, int *, int *, float *, int *, double *, int *, int *, int *, OpFM_InputType *, OpFM_OutputType *, SC_DX_InputType *, SC_DX_OutputType *, int *, char *)
 
void FAST_OpFM_Restart (int *, char *, int *, double *, int *, int *, int *, OpFM_InputType *, OpFM_OutputType *, SC_DX_InputType *, SC_DX_OutputType *, int *, char *)
 

Enumeration Type Documentation

◆ SimMode

enum class exw_fast::SimMode : int
strong
Enumerator
init 

Clean start.

replay 

Replay using velocities stored in file.

restart 

Restart using FAST checkpoint files.

Function Documentation

◆ exw_fast_output_redirect()

void exw_fast::exw_fast_output_redirect ( char * )
inline

◆ FAST_AllocateTurbines()

void exw_fast::FAST_AllocateTurbines ( int * ,
int * ,
char *  )
inline

◆ FAST_CreateCheckpoint()

void exw_fast::FAST_CreateCheckpoint ( int * ,
char * ,
int * ,
char *  )
inline

◆ FAST_DeallocateTurbines()

void exw_fast::FAST_DeallocateTurbines ( int * ,
char *  )
inline

◆ FAST_HubPosition()

void exw_fast::FAST_HubPosition ( int * ,
float * ,
float * ,
double * ,
int * ,
char *  )
inline

◆ FAST_OpFM_Init()

void exw_fast::FAST_OpFM_Init ( int * ,
double * ,
const char * ,
int * ,
int * ,
int * ,
int * ,
float * ,
float * ,
int * ,
int * ,
float * ,
int * ,
double * ,
int * ,
int * ,
int * ,
OpFM_InputType * ,
OpFM_OutputType * ,
SC_DX_InputType * ,
SC_DX_OutputType * ,
int * ,
char *  )
inline

◆ FAST_OpFM_Restart()

void exw_fast::FAST_OpFM_Restart ( int * ,
char * ,
int * ,
double * ,
int * ,
int * ,
int * ,
OpFM_InputType * ,
OpFM_OutputType * ,
SC_DX_InputType * ,
SC_DX_OutputType * ,
int * ,
char *  )
inline

◆ FAST_OpFM_Solution0()

void exw_fast::FAST_OpFM_Solution0 ( int * ,
int * ,
char *  )
inline

◆ FAST_OpFM_Step()

void exw_fast::FAST_OpFM_Step ( int * ,
int * ,
char *  )
inline

◆ fast_strlen()

int exw_fast::fast_strlen ( )
inlineconstexpr