Activity for Construct2D

  • Mauro Minervino Mauro Minervino modified a comment on discussion General Discussion

    Hi everyone, for those interested, here you can find a couple of simple C++ codes to convert C-type meshes generated by Construct2D into the native grid format used by Stanford University Unstructured flow solver (.su2) and to generate coarser meshes (for grid sensitivity studies) from a reference fine PLOT3D: https://github.com/m-minervino/P2D2SU2

  • Mauro Minervino Mauro Minervino posted a comment on discussion General Discussion

    Hi everyone, for those interested, here you can find a couple of simple C++ codes to convert C-type meshes generated by Construct2D into the native grid format used by Stanford University Unstructured flow solver (.su2): https://github.com/m-minervino/P2D2SU2

  • Stefano Segneri Stefano Segneri posted a comment on discussion General Discussion

    Hello, I am having problems trying to use the Construct2D C-mesh in OpenFoam. I have already read all the threads about this topic but I am still having problems. This is the procedure I follow: - C-mesh generation with Construct2D - Conversion to .msh format using p3d2gmsh - I use GmshToFoam to convert the .msh mesh in OpenFoam format In this way in the file polyMesh/boundary there will be the following boundaries: - b8-SYMMETRY-Y --> FRONT - b9-SYMMETRY-Y --> BACK - b6-FARFIELD --> OUTLET - b7-FARFIELD...

  • Mikkel Paulsen Mikkel Paulsen posted a comment on ticket #5

    I have a similar issue trying to generate a mesh for a simple circle, and i get the same error message. I looked at the profile and it doesnt seen to have any loops, but it still wont work. Im very new to this, but i cant see why it wont work. I have attached the dat file im using if anyone would care to take a look. I would really appreciate any help i can get!

  • Louis Krupp Louis Krupp posted a comment on ticket #6

    Another attempt at the StackExchange link: https://unix.stackexchange.com/questions/609693/feeding-a-command-using-file-redirection-or-pipe-doesnt-always-work/610101#610101

  • Louis Krupp Louis Krupp created ticket #6

    Failure when compiled with optimization

  • s1291 s1291 posted a comment on discussion General Discussion

    Hello, Is it possible to change the center of the circle (O-grid mesh) when using the elliptic solver? I mean by default the center is at 0.5 of the chord. is it possible to control that? Thanks

  • Marcelino Marcelino posted a comment on discussion General Discussion

    Hi, The same doubt here. How is possible to use TELE, TEPT or BUNC?

  • KHE KHE posted a comment on discussion General Discussion

    Hello, On page 18 of the manual there appear to be additional commands that I cannot find in the program commands that would be beneficial to my application. "This can be done using the TELE and TEPT settings in Construct2D." I need to use TELE and TEPT Settings as suggested to reduce my skew angles. I did not see these commands listed in the manual's command listings as well and would very much like to know how to access them. Thank you for the help, and great program.

  • Dan Dan posted a comment on ticket #5

    If they are small bumps like in the profile you posted, you will need to use the BUFF option to generate the grid instead of SMTH, because the smoothing procedure will not preserve them. Be aware that this will result in the number of grid points along the surface being equal to the number of points in the airfoil file, which in the case you posted was huge (2000+ or something). So you may need to do some manual adjustment of the input file to remove unneeded points. In general, though, it will be...

  • KOY KOY posted a comment on ticket #5

    Hi Dan, Thank you for your response, it is now working. as you can see, I am simulating a rough airfoil with some concave regions. Do you have any ideas what is the best way to do that? I have read the user manual and read about ELLP solver and FUNI values, Is there any other ideas other than that? Best Regards,

  • Dan Dan modified ticket #4

    Bunching of farfield cells in O-type grids

  • Dan Dan modified ticket #3

    Loading of saved settings data

  • Dan Dan modified ticket #5

    NaN error when SMTH the profile

  • Dan Dan posted a comment on ticket #5

    Have you looked at that profile? It's no wonder it doesn't work. It's got multiple loops and self-intersections. Construct2D is only meant for use with single profiles forming a loop. I've attached an image of your profile.

  • KOY KOY created ticket #5

    NaN error when SMTH the profile

  • Dan Dan modified a comment on ticket #4

    With the hyperbolic solver, there is the FUNI option that affects the farfield spacing. Unfortunately, it's not always possible to really improve the wake spacing with this parameter. However, if you switch to the elliptic solver, there is the FDST setting under SOPT. If you set this to a number greater than 1, it will reduce the make the resolution finer at the farfield in the front and back of the domain. There is also always the potential to use a C-grid instead of an O-grid to improve the wake...

  • Dan Dan posted a comment on ticket #4

    With the hyperbolic solver, there is the FUNI option that affects the farfield spacing. Unfortunately, it's not always possible to really improve the wake spacing with this parameter. However, if you switch to the elliptic solver, there is the FDST setting under SOPT. If you set this to a number greater than 1, it will reduce the make the resolution finer at the farfield in the front and back of the domain.

  • Dan Dan posted a comment on ticket #3

    Hi, if you want Construct2d to read the saved settings when it runs the next time, save the file with the name grid_options.in.

  • Lennart Lennart created ticket #4

    Bunching of farfield cells in O-type grids

  • Lennart Lennart created ticket #3

    Loading of saved settings data

  • Construct2D Construct2D released /Construct2D_2.1.4.zip

  • Dan Dan posted a comment on discussion General Discussion

    Hi Simone, The reason is that Construct2D no longer uses the XFoil spacing routine...

  • Simone Camarri Simone Camarri posted a comment on discussion General Discussion

    Hello, I am writing for the following question: I need to refine the node spacing...

  • Mohd Hanif Bin Mohamad Mohd Hanif Bin Mohamad posted a comment on discussion General Discussion

    Hello, can you explain on how to rotate the points in.dat file? T.

  • Mohd Hanif Bin Mohamad Mohd Hanif Bin Mohamad posted a comment on discussion General Discussion

    what do you mean by rotating the point in .dat file? can u show the example?

  • Construct2D Construct2D released /Construct2D_2.1.3.zip

  • Mikko Mikko posted a comment on discussion General Discussion

    Hi, You can rotate the points in .dat file before launching construct2D. Regards,...

  • Construct2D Construct2D released /Construct2D_2.1.2.zip

  • tario tario posted a comment on discussion General Discussion

    I need meshes with a y+=1 or smaller and I set ypls to values < 1 but the checks...

  • tario tario posted a comment on discussion General Discussion

    here is the fix: 1: open mesh.p3d file in GMSH and click save mesh, then close GMSH...

  • tario tario posted a comment on discussion General Discussion

    Hello, is there a way to change the angle of attack? "Rotating" an O-mesh in OpenFoam...

  • tario tario posted a comment on discussion General Discussion

    Hello, I've created a number of O-meshes for the DU91-W2-250 and the NACA0012 airfoil...

  • Construct2D Construct2D released /Construct2D_v2.1.1.zip

  • Construct2D Construct2D released /Construct2D_v2.1.0.zip

  • Dan Dan committed [297065]

    Everything removed! Get code from the "Files" link

  • Construct2D Construct2D released /Construct2D_v2.1.0.zip

  • Construct2D Construct2D released /Construct2D_v2.0.4.zip

  • REJISH REJISH modified a comment on discussion General Discussion

    thanks for your comment...I am looking for the procedure to break the boundary patch...

  • REJISH REJISH posted a comment on discussion General Discussion

    thanks for your comment...I am searching for break the boundary patch could you please...

  • Rajib Roy Rajib Roy posted a comment on discussion General Discussion

    Hi REJISH, C mesh: Applying autoPatch should work O mesh: After AutoPatch, need to...

  • Rajib Roy Rajib Roy posted a comment on discussion General Discussion

    Hello Rejish, Sample boundary conditions could be found at tutorial/incompressib...

  • REJISH REJISH posted a comment on discussion General Discussion

    hi Rajib Roy.....Can you please tell me how do you give boundary conditions to your...

  • REJISH REJISH posted a comment on discussion General Discussion

    Hi I used this meshing tool for creating mesh but how can I give boundary condtions...

  • Rajib Roy Rajib Roy modified a comment on discussion General Discussion

    I have generated a NACA 4412 profile of which the polynomial equation is corrected...

  • Rajib Roy Rajib Roy posted a comment on discussion General Discussion

    I have generated a NACA 4412 profile of which the poly nimial equation is corrected...

  • Dan Dan posted a comment on ticket #2

    status: open --> wont-fix

  • Dan Dan modified ticket #2

    Request: pure command line interface

  • Dan Dan posted a comment on ticket #2

    Please see my previous post. You can run this in batch mode by creating a file with...

  • Dan Dan modified ticket #1

    Uninitialized boolean leads to infinite loop

  • Dan Dan posted a comment on ticket #1

    status: open --> closed

  • Dan Dan posted a comment on ticket #1

    Hey Jason, Thanks for noticing this bug. It has been fixed in the most recent version...

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.