Giter Site home page Giter Site logo

Comments (11)

Panchal1810 avatar Panchal1810 commented on August 28, 2024 1

After downgrading the python version to 3.7 using following command:

conda install python=3.7

finally, I successfully run the tutorial case TF_fsi but, still unable to visualize the data (velocity, pressure and displacement in .XDMF format) in paraview.

In paraview, I am getting following errors:

image

image

I don't what cause this problem.

from turtlefsi.

jorgensd avatar jorgensd commented on August 28, 2024

Could you elaborate on what issues you get when you try to visualize it in Paraview?

from turtlefsi.

keiyamamo avatar keiyamamo commented on August 28, 2024

Could be related to #16

from turtlefsi.

keiyamamo avatar keiyamamo commented on August 28, 2024

Hi @Panchal1810

Did you use conda-forge to install turtleFSI?
In that case, I recommend that you re-install turtleFSI with following steps.
First, clone the repository

git clone https://github.com/KVSlab/turtleFSI.git

Move to where you cloned the turtleFSI

cd turtleFSI

and create a conda environment with your choice of the name, replace your_environment_name with any name you want

conda env update --file environment.yml --name your_environment_name

Activate conda environment

conda activate your_environment_name

And run

python3 -m pip install --editable .

from turtlefsi.

Panchal1810 avatar Panchal1810 commented on August 28, 2024

I followed steps mentioned by you, but by running tutorial case I found this error :

image

from turtlefsi.

keiyamamo avatar keiyamamo commented on August 28, 2024

Hi @Panchal1810

Could you check which version of scipy is installed in your environment?
According to here :https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin
The problem might be solved by downgrading the version of scipy.

from turtlefsi.

Panchal1810 avatar Panchal1810 commented on August 28, 2024

After following the website you mentioned, I encountered another error !!

image

image

image

from turtlefsi.

jorgensd avatar jorgensd commented on August 28, 2024

After downgrading the python version to 3.7 using following command:

conda install python=3.7

finally, I successfully run the tutorial case TF_fsi but, still unable to visualize the data (velocity, pressure and displacement in .XDMF format) in paraview.

In paraview, I am getting following errors:

image

image

I don't what cause this problem.

Could you add the output of the xdmf-file here?

from turtlefsi.

Panchal1810 avatar Panchal1810 commented on August 28, 2024

In the output, the paraview directly aborted (unable to see the contain of the file). Here, I also attached the XDMF format files.

files.zip

from turtlefsi.

jorgensd avatar jorgensd commented on August 28, 2024

In the output, the paraview directly aborted (unable to see the contain of the file). Here, I also attached the XDMF format files.

files.zip

This looks like the issue: https://bitbucket.org/fenics-project/dolfin/pull-requests/555
which should be resolved on conda as well: https://github.com/conda-forge/fenics-feedstock/blob/main/recipe/fix-xdmf.patch

from turtlefsi.

keiyamamo avatar keiyamamo commented on August 28, 2024

Closing this for now. Feel free to reopen @Panchal1810

from turtlefsi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.