-
Notifications
You must be signed in to change notification settings - Fork 70
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
Numerical instabilities in 'wing.jl' and visualization issues #49
Comments
That is the error that ExaFMM throws when a simulation has blown up. If you were to pull up the simulation in ParaView you will see a pretty spectacular explosion of particles haha. Thanks for pointing this out. I forgot to add relaxation to the VLM solver in that example. I added relaxation in the latest commits and the lambda=0 case now is completely stable. |
Hi. Thank you for your hard work. I checked that the code is going well when the sweep angle is zero. There is another question. Even when I off the paraview( as paraview = false ), I can earn the files like .xmf , h5 and vtk. So, the geometry of an wing can be seen when I put the .vtk files into Paraview. But, there is no particle point that looks like wake just wing geometry. How can I see the wake consisted of particle ? I think that there is pvsm file, but I cannot find that file. Can't I check the pvsm file if I turn off paraview option in wing.jl file ? I'm using paraview in Windows 11 because, I tried to build paraview in ubuntu, but there is a obstacle about X11 about displaying monitor(as I know). Best regards, Inseo |
To help you (and others) practice visualization, I have now uploaded a practice dataset and added this note at the bottom of the visualization page in the docs: Datasets: Also, did you see this note at the bottom of the Windows installation instructions? I hope this helps! |
Hi. Thank you, I solved the issue about build paraview in Ubuntu(22.04). And I ran the example code and I checked the code is running well. The problem(?) is that the *.pvsm or the *.xdmf file is not being created I wanna check the wake consisted of particles,,, The example file suggest the *.pvsm file in Mid-high fidelity: LINK Is there any way to create the *.pvsm file ? like as combining the files as *.h5, *.xmf and *.vtk else. Thank you for your efforts always. Best regard, |
Apparently you were able to solve this in a different thread: LINK
|
Hi, I'm new of FLOWUnsteady.
I had built the FLOWUnsteady on my Ubuntu.
The problem is the 'lambda' in GEOMETRY PARAMETERS set at 45.0 deg.
I wanna check the no swept angle (simple rectangular wing). So I changed the 'lambda' from 45.0 to 0.0.
But, the analysis is not functioning normally.
So, I set the 'lambda' 0.1 and 10, but still not working.
Not working means the analysis end even the time step not end.
Is there any way to analysis simple rectangular wing with no sweep angle ?
How can I check the wake consisted by particle ? I think that the .xmf file contains the data of the particle. But the .xmf file doesn't work in paraview.
Best regards,
Thank you.
Inseo
The text was updated successfully, but these errors were encountered: