Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faceNodes locations are incompatible with RBFMeshMotionSolver #265

Open
davidscn opened this issue Dec 6, 2022 · 0 comments
Open

faceNodes locations are incompatible with RBFMeshMotionSolver #265

davidscn opened this issue Dec 6, 2022 · 0 comments
Labels
FSI Fluid-structure interaction

Comments

@davidscn
Copy link
Member

davidscn commented Dec 6, 2022

Related to #227. Using the adapter in an FSI simulation and selecting locations faceNodes; for the interface and the RBFMeshMotion (see also #241) leads to the following crash

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2  ? in /lib/x86_64-linux-gnu/libc.so.6
#3  Foam::IOobject::db() const at ??:?
#4  Foam::regIOobject::setUpToDate() at ??:?
#5  preciceAdapter::FSI::Displacement::read(double*, unsigned int) at ??:?
#6  preciceAdapter::Interface::readCouplingData() at ??:?
#7  preciceAdapter::Adapter::readCouplingData() at ??:?
#8  preciceAdapter::Adapter::configure() at ??:?
#9  Foam::functionObjects::preciceAdapterFunctionObject::read(Foam::dictionary const&) at ??:?
#10  Foam::functionObjects::preciceAdapterFunctionObject::preciceAdapterFunctionObject(Foam::word const&, Foam::Time const&, Foam::dictionary const&) at ??:?
#11  Foam::functionObject::adddictionaryConstructorToTable<Foam::functionObjects::preciceAdapterFunctionObject>::New(Foam::word const&, Foam::Time const&, Foam::dictionary const&) at ??:?
#12  Foam::functionObject::New(Foam::word const&, Foam::Time const&, Foam::dictionary const&) at ??:?
#13  Foam::functionObjectList::read() at ??:?
#14  Foam::Time::run() const at ??:?
#15  ? in /usr/lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/bin/pimpleFoam
#16  ? in /lib/x86_64-linux-gnu/libc.so.6
#17  __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
#18  ? in /usr/lib/openfoam/openfoam2012/platforms/linux64GccDPInt32Opt/bin/pimpleFoam
Segmentation fault (core dumped)

The RBFMeshMotion solver is only compatible using locations faceCenters; and we should try to safeguard against the behavior above.

@MakisH MakisH added the FSI Fluid-structure interaction label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FSI Fluid-structure interaction
Projects
None yet
Development

No branches or pull requests

2 participants