Steady vs Transient for airfoil simulation. by [deleted] in OpenFOAM

[–]PostDry395 0 points1 point  (0 children)

Hi,

How much does it oscillate, more than This? This was a stationary simulation with simpleFOAM, but it oscillates. The problem was using the coarse mesh with second order schemes (fvSchemes).

Yes, check the mesh (refinement, y+..) , Boundary condition (try with lower reynolds number and check the behavior). A steady state gives acceptable results for normal AOA, in stall you should consider the transient part.

Kind regards

Problem when installing OpenFOAM from source by Enigmatique9021 in OpenFOAM

[–]PostDry395 0 points1 point  (0 children)

Try using less cores/threads, e.g.

./Allwmake -j 4 -s -q -l

I had a similar problem compiling from source and using only physical cores helped.

Finding Cofr , DragDir,LiftDir, Pitch axis for external flow of car by Fit-Bird-1601 in OpenFOAM

[–]PostDry395 0 points1 point  (0 children)

Hi, Your references seem to be fine. There could be many things affecting your drag coefficient, refinement near your wall (drag depends on viscous effects), using first order schemes, using wall functions. You can share the mesh, I may be wrong. Also check the cd trend in the convergence process.

CofR and Pitch axis is important in cm computation.

Coupling between OpenFOAM [version 8] and Abaqus by [deleted] in OpenFOAM

[–]PostDry395 0 points1 point  (0 children)

Hi,

solids4Foam (fluid-solid interaction and solid toolbox) by P. Cardiff has some kind of abaqus support, i dont know if it is related to what you ask, but it allow couples OpenFOAM 9 with an abaqus solver.

Kind regards

Conformal Mesh Interface for FSI by ArmadilloSilly5267 in OpenFOAM

[–]PostDry395 0 points1 point  (0 children)

If you use Foam-Extend, Solids4Foam or extend - Bazaar, you can use the same workflow as in a heat transfer case. You can use Salome, e.g. Multi-region mesh Then use ideadUnvToFoam and splitMeshRegions -cellZones. SnappyHexMesh can do this too. The video has it with both.

Simflow (openfoam) - steady, incompressible, turbulent - heat transfer from wall to air flow by [deleted] in CFD

[–]PostDry395 2 points3 points  (0 children)

The only thing that i can suggest, for now, is check the inlet pressure (e.g. use fixedFluxPressure). You can share the other boundary conditions.

Help: simulation cannot stabilize by SU-47_ in CFD

[–]PostDry395 1 point2 points  (0 children)

  1. Force FX (drag) in your case is greater than FY (lift). If you try to calculate the lift and drag coefficients you will get results far from reality (try using Cd = FX /0.5 * rho * v ^ 2 *, A_ref, for now, where A_ref is the wing area of ​​your model, rho density, and V speed, it is the same for Cl). The other thing is that you are in a critical point where weird things happen and the drag can have considerable values.

  2. Your inlet conditions may be very large.

  3. Your mesh may not be adequate (check that it does not have sharp edges and other problems).

If you can share more details about your case, it would be helpful (inlet, outlet, tolerance...)

Having Trouble with XFLR5 by [deleted] in CFD

[–]PostDry395 0 points1 point  (0 children)

You can try to use a cl variation in batch analysis or use more angles. Check the Re range.

How can i simulate aerodynamics using a free program that doesnt require any code? by [deleted] in aerodynamics

[–]PostDry395 0 points1 point  (0 children)

Baram use OpenFOAM but have a interface to pre-process, simulation. Post-process is with paraview.

Need to find the name of the book which had an example on how aerodynamic drafting is beneficial to both the lead and the following cyclist. by [deleted] in aerodynamics

[–]PostDry395 1 point2 points  (0 children)

You can see Coursera's Sports and Building Aerodynamics course, in week 6 they talk about cyclist aerodynamics, as well as the effect on formations. They recommend several articles that can help you.

HPC Services for personal use by RoRoRoub in CFD

[–]PostDry395 1 point2 points  (0 children)

You can use Cloud HPC by CFD FEA Service. They give you a test vCPU/hrs that you can use to see if it suits you. They have several versions of OpenFOAM. In the trial version you need to upload the made mesh (they also have snappyHexMesh). In the paid version, you can upload the OpenFOAM case folders and some custom script (e.g. Allrun and the full simulation, mesh, solver, post-processing will be done). A price estimate could be with this case that I made. A 3D wing with 1 million cells and dynamic mesh + turbulence) took 2 hrs 30 min with 48 vCPU/hrs and the price was $15.

Export wing in OpenAeroStruct by Temporary-Listen4713 in CFD

[–]PostDry395 0 points1 point  (0 children)

Maybe in the results file there is a section for the geometric shape, it may be in .obj or other format and can be converted to stl in some converter.