-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to deform using "specifiedSurfaces" #85
Comments
To add to this Thank you for the help |
Hi @sreekar2858 , I know its been a year since this post. I am having the same issue. The idwarp is reading all the mesh nodes instead of reading only the mesh nodes specified by the "specifiedSurfaces". Did you solve this issue? Current behavior Expected behavior Code versions @friedenhe @sseraj @bernardopacini Did you guys look into this bug yet ? Any help would be appreciated. |
This issue is till open. I have tried the AhmedBodyCoarse Mesh using OpenFoam10 with IDWarp. The IDwarp mesh.getSurfaceCoordinates extract the coordinates of all the surfaces even if I specify a surface in the meshOptions. Why It is happening or is there any other way to specify surface with openfoam meshes? This does not happen with CGNS meshes. |
@BilalAnwar165 please do not randomly tag people, some of whom do not work on the project. This is spam will in no way get your issue resolved any faster. As with any open source software, there is no promise that maintainers will address any issues opened. Just wait patiently and if nobody responds, then nobody responds. Bumping issues and tagging an increasing group of people you suspect have worked on the software is not a recipe for receiving free help for a free software in the future. |
Hey |
Thank you @sreekar2858 for your reply. Can you suggest any other volume mesh deformer?l that can deform an unstructured mesh with inflation later? |
Description
Hello
I am using OpenFOAM case to morph a face using IDWarp.
The geometry is a cuboid as the following picture. The specifiedSurfaces are marked in red.
I defined the python script as follows:
When I tried to check what "getSurfaceCoordinates" returns, I noticed it output 6272 points but the specifiedSurfaces should have 355 points and the entire geometry has 3190 points. I don't understand where the other points are from.
I exported the output from getSurfaceCoordinates() into a txt file and plotted in paraview which is perfectly coinciding with the existing mesh. So, it is returning all the points in the mesh with some additional points.
I would like to just morph the coordinates of a surface and want the entire mesh to conform to that change.
Steps to reproduce issue
Test_Geom_01_solid.zip
Current behavior
The function is returning all the mesh points in the geometry with some redundant points.
Expected behavior
It should only return the points from specifiedSurfaces input in options.
Code versions
The text was updated successfully, but these errors were encountered: