PhyStar  v0.0.0 thu24
ibm::IBMBase< N_dim >::Option Struct Reference

#include <IBMBase.hpp>

Collaboration diagram for ibm::IBMBase< N_dim >::Option:

Public Attributes

std::string filename
 
bool is_3dline
 
IBMSolType soltype = IBMSolType::Fixed
 
IBMethod method = IBMethod::DirectForce
 
std::vector< Realparams
 
DeltaFunType deltatype = DeltaFunType::FourPnts
 
int delta_width = 3
 
bool record_force = false
 

Member Data Documentation

◆ delta_width

template<int N_dim>
int ibm::IBMBase< N_dim >::Option::delta_width = 3

◆ deltatype

template<int N_dim>
DeltaFunType ibm::IBMBase< N_dim >::Option::deltatype = DeltaFunType::FourPnts

◆ filename

template<int N_dim>
std::string ibm::IBMBase< N_dim >::Option::filename

◆ is_3dline

template<int N_dim>
bool ibm::IBMBase< N_dim >::Option::is_3dline

◆ method

template<int N_dim>
IBMethod ibm::IBMBase< N_dim >::Option::method = IBMethod::DirectForce

◆ params

template<int N_dim>
std::vector<Real> ibm::IBMBase< N_dim >::Option::params

◆ record_force

template<int N_dim>
bool ibm::IBMBase< N_dim >::Option::record_force = false

◆ soltype

template<int N_dim>
IBMSolType ibm::IBMBase< N_dim >::Option::soltype = IBMSolType::Fixed

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