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

#include <ConfigDataStruct.h>

Public Attributes

std::vector< doubleviscosity
 
std::vector< std::string > kernelsToTest
 
std::vector< std::shared_ptr< TaylorGreenVortexUxParameterStruct > > taylorGreenVortexUxParameter
 
std::vector< std::shared_ptr< GridInformationStruct > > taylorGreenVortexUxGridInformation
 
std::vector< std::shared_ptr< TaylorGreenVortexUzParameterStruct > > taylorGreenVortexUzParameter
 
std::vector< std::shared_ptr< GridInformationStruct > > taylorGreenVortexUzGridInformation
 
std::vector< std::shared_ptr< ShearWaveParameterStruct > > shearWaveParameter
 
std::vector< std::shared_ptr< GridInformationStruct > > shearWaveGridInformation
 
bool writeAnalyticalToVTK
 
unsigned int ySliceForCalculation
 
std::string logFilePath
 
int numberOfSimulations
 
std::shared_ptr< PhiTestParameterStructphiTestParameter
 
std::shared_ptr< NyTestParameterStructnyTestParameter
 
std::shared_ptr< L2NormTestParameterStructl2NormTestParameter
 
std::shared_ptr< L2NormTestBetweenKernelsParameterStructl2NormTestBetweenKernelsParameter
 
std::shared_ptr< VectorWriterInformationStructvectorWriterInfo
 
std::shared_ptr< LogFileParameterStructlogFilePara
 

Detailed Description

Definition at line 52 of file ConfigDataStruct.h.

Member Data Documentation

◆ kernelsToTest

std::vector<std::string> ConfigDataStruct::kernelsToTest

Definition at line 55 of file ConfigDataStruct.h.

◆ l2NormTestBetweenKernelsParameter

std::shared_ptr<L2NormTestBetweenKernelsParameterStruct> ConfigDataStruct::l2NormTestBetweenKernelsParameter

Definition at line 79 of file ConfigDataStruct.h.

◆ l2NormTestParameter

std::shared_ptr<L2NormTestParameterStruct> ConfigDataStruct::l2NormTestParameter

Definition at line 78 of file ConfigDataStruct.h.

◆ logFilePara

std::shared_ptr<LogFileParameterStruct> ConfigDataStruct::logFilePara

Definition at line 83 of file ConfigDataStruct.h.

◆ logFilePath

std::string ConfigDataStruct::logFilePath

Definition at line 72 of file ConfigDataStruct.h.

◆ numberOfSimulations

int ConfigDataStruct::numberOfSimulations

Definition at line 74 of file ConfigDataStruct.h.

◆ nyTestParameter

std::shared_ptr<NyTestParameterStruct> ConfigDataStruct::nyTestParameter

Definition at line 77 of file ConfigDataStruct.h.

◆ phiTestParameter

std::shared_ptr<PhiTestParameterStruct> ConfigDataStruct::phiTestParameter

Definition at line 76 of file ConfigDataStruct.h.

◆ shearWaveGridInformation

std::vector<std::shared_ptr<GridInformationStruct> > ConfigDataStruct::shearWaveGridInformation

Definition at line 64 of file ConfigDataStruct.h.

◆ shearWaveParameter

std::vector<std::shared_ptr<ShearWaveParameterStruct> > ConfigDataStruct::shearWaveParameter

Definition at line 63 of file ConfigDataStruct.h.

◆ taylorGreenVortexUxGridInformation

std::vector<std::shared_ptr<GridInformationStruct> > ConfigDataStruct::taylorGreenVortexUxGridInformation

Definition at line 58 of file ConfigDataStruct.h.

◆ taylorGreenVortexUxParameter

std::vector<std::shared_ptr<TaylorGreenVortexUxParameterStruct> > ConfigDataStruct::taylorGreenVortexUxParameter

Definition at line 57 of file ConfigDataStruct.h.

◆ taylorGreenVortexUzGridInformation

std::vector<std::shared_ptr<GridInformationStruct> > ConfigDataStruct::taylorGreenVortexUzGridInformation

Definition at line 61 of file ConfigDataStruct.h.

◆ taylorGreenVortexUzParameter

std::vector<std::shared_ptr<TaylorGreenVortexUzParameterStruct> > ConfigDataStruct::taylorGreenVortexUzParameter

Definition at line 60 of file ConfigDataStruct.h.

◆ vectorWriterInfo

std::shared_ptr<VectorWriterInformationStruct> ConfigDataStruct::vectorWriterInfo

Definition at line 81 of file ConfigDataStruct.h.

◆ viscosity

std::vector<double> ConfigDataStruct::viscosity

Definition at line 54 of file ConfigDataStruct.h.

◆ writeAnalyticalToVTK

bool ConfigDataStruct::writeAnalyticalToVTK

Definition at line 69 of file ConfigDataStruct.h.

◆ ySliceForCalculation

unsigned int ConfigDataStruct::ySliceForCalculation

Definition at line 70 of file ConfigDataStruct.h.


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