Skip to content

Reply To: FSI on a rigid 3D flap

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics FSI on a rigid 3D flap Reply To: FSI on a rigid 3D flap

#10757
sfraniatte
Participant

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 !