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

#include <ShearWaveParameterStruct.h>

Public Attributes

std::shared_ptr< BasicSimulationParameterStructbasicSimulationParameter
 
double ux
 
double uz
 
int basicTimeStepLength
 
double l0
 
double rho0
 
std::string vtkFilePath
 
std::vector< std::string > dataToCalcTests
 

Detailed Description

Definition at line 40 of file ShearWaveParameterStruct.h.

Member Data Documentation

◆ basicSimulationParameter

std::shared_ptr<BasicSimulationParameterStruct> ShearWaveParameterStruct::basicSimulationParameter

Definition at line 42 of file ShearWaveParameterStruct.h.

◆ basicTimeStepLength

int ShearWaveParameterStruct::basicTimeStepLength

Definition at line 46 of file ShearWaveParameterStruct.h.

◆ dataToCalcTests

std::vector<std::string> ShearWaveParameterStruct::dataToCalcTests

Definition at line 50 of file ShearWaveParameterStruct.h.

◆ l0

double ShearWaveParameterStruct::l0

Definition at line 47 of file ShearWaveParameterStruct.h.

◆ rho0

double ShearWaveParameterStruct::rho0

Definition at line 48 of file ShearWaveParameterStruct.h.

◆ ux

double ShearWaveParameterStruct::ux

Definition at line 44 of file ShearWaveParameterStruct.h.

◆ uz

double ShearWaveParameterStruct::uz

Definition at line 45 of file ShearWaveParameterStruct.h.

◆ vtkFilePath

std::string ShearWaveParameterStruct::vtkFilePath

Definition at line 49 of file ShearWaveParameterStruct.h.


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