Reply To: FSI on a rigid 3D flap
› Forums › OpenLB › General Topics › FSI on a rigid 3D flap › Reply To: FSI on a rigid 3D flap
Interesting. I have donloaded the last release on GitLab to retry if it works and the compilation still does not work with this error :
../../../src/fsi/platform/cpu/integral.h(77): error: no instance of function template “lambda [](olb::meta::id<FIELD>, const olb::FieldD<T, DESCRIPTOR, FIELD> &)->auto” matches the argument list
argument types are: (olb::meta::id<olb::fields::fsi::ELEMENT_TORQUE>, const olb::concepts::placeholder::Parameters2D::value_t)
object type is: lambda [](olb::meta::id<FIELD>, const olb::FieldD<T, DESCRIPTOR, FIELD> &)->auto
((set(meta::id<FIELDS>{}, fields.template get<FIELDS>())), …);
^
I have CUDA 12.9 with an Ampere generation GPU. The others cases work properly and it runs properly with gcc and mpic++.
I did not know for the centrifugal pump case. Thank you !
