#include <IBMBase.hpp>

Public Attributes | |
| std::string | filename |
| bool | is_3dline |
| IBMSolType | soltype = IBMSolType::Fixed |
| IBMethod | method = IBMethod::DirectForce |
| std::vector< Real > | params |
| DeltaFunType | deltatype = DeltaFunType::FourPnts |
| int | delta_width = 3 |
| bool | record_force = false |
| int ibm::IBMBase< N_dim >::Option::delta_width = 3 |
| DeltaFunType ibm::IBMBase< N_dim >::Option::deltatype = DeltaFunType::FourPnts |
| std::string ibm::IBMBase< N_dim >::Option::filename |
| bool ibm::IBMBase< N_dim >::Option::is_3dline |
| IBMethod ibm::IBMBase< N_dim >::Option::method = IBMethod::DirectForce |
| std::vector<Real> ibm::IBMBase< N_dim >::Option::params |
| bool ibm::IBMBase< N_dim >::Option::record_force = false |
| IBMSolType ibm::IBMBase< N_dim >::Option::soltype = IBMSolType::Fixed |