FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
Case Struct Reference

Struct with parameters to instantiate particular units tests over. More...

Public Attributes

std::string name
 Name of fsi-file to test (without extension) More...
 
int baseId
 BaseID of the triad to check the response at. More...
 
std::vector< double > refVar
 The reference response values to compare with. More...
 
bool linear
 If true, do a linear static analysis only. More...
 
const char * fileName
 
int nodeNo
 
double nodeDis [3]
 

Detailed Description

Struct with parameters to instantiate particular units tests over.

Member Data Documentation

◆ baseId

int Case::baseId

BaseID of the triad to check the response at.

◆ fileName

const char* Case::fileName

◆ linear

bool Case::linear

If true, do a linear static analysis only.

◆ name

std::string Case::name

Name of fsi-file to test (without extension)

◆ nodeDis

double Case::nodeDis[3]

◆ nodeNo

int Case::nodeNo

◆ refVar

std::vector<double> Case::refVar

The reference response values to compare with.


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