The Wayback Machine - https://web.archive.org/web/20220627131807/https://github.com/topics/cfd
Skip to content
#

cfd

Here are 555 public repositories matching this topic...

GabrieleMorvillo
GabrieleMorvillo commented Dec 8, 2021

Good evening, I am currently struggling with compiling SU2 from source code. After I have built the program I try to compile it using ninja.exe, but during the process I get the following error:

[443/454] Linking target SU2_DEF/src/SU2_DEF.exe
FAILED: SU2_DEF/src/SU2_DEF.exe
c++ @SU2_DEF/src/SU2_DEF.exe.rsp
C:/Program Files/mingw-w64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../..
AeroSandbox

Aircraft design optimization made fast through modern automatic differentiation. Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.

  • Updated Jun 23, 2022
  • Jupyter Notebook
maxpkatz
maxpkatz commented Sep 26, 2017

The Poisson solve absolute tolerance sets the accuracy of the Poisson solve. Given the value of abs_tol, the error level targeted in the Poisson solve is abs_tol * 4 * pi * G * rho_max, where rho_max is the maximum density on the domain. For Cartesian simulations the default value is 1.e-11, and for non-Cartesian the default value is 1.e-10.

At high resolution, and/or for complicated mass distr

MakisH
MakisH commented Sep 20, 2021

preCICE v2.3.0 precice/precice#1080 introduces an API method to ask whether mesh connectivity is required. In the OpenFOAM adapter, we currently ask the user whether this is required, which the user should not need to configure, as it is system-internal information: https://precice.org/adapter-openfoam-config.html#nearest-projection-mapping

We could directly ask preCICE

enhancement good first issue compatibility

Improve this page

Add a description, image, and links to the cfd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cfd topic, visit your repo's landing page and select "manage topics."

Learn more