VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
GridInformationStruct Struct Reference

#include <GridInformationStruct.h>

Public Attributes

unsigned int numberOfGridLevels
 
unsigned int maxLevel
 
std::string gridPath
 
double lx
 
double lz
 

Detailed Description

Definition at line 38 of file GridInformationStruct.h.

Member Data Documentation

◆ gridPath

std::string GridInformationStruct::gridPath

Definition at line 42 of file GridInformationStruct.h.

◆ lx

double GridInformationStruct::lx

Definition at line 43 of file GridInformationStruct.h.

◆ lz

double GridInformationStruct::lz

Definition at line 44 of file GridInformationStruct.h.

◆ maxLevel

unsigned int GridInformationStruct::maxLevel

Definition at line 41 of file GridInformationStruct.h.

◆ numberOfGridLevels

unsigned int GridInformationStruct::numberOfGridLevels

Definition at line 40 of file GridInformationStruct.h.


The documentation for this struct was generated from the following file: