Git Product home page Git Product logo

foamtozcfd's People

Contributors

jappa avatar mallan78 avatar mike-jt79 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sihubb

foamtozcfd's Issues

wmake fails with two errors: standard violation and missing definition

The wmake stage fails with two (apparently independent) errors:

In file included from ./hdf5/hdfgroup.hpp:4,
                 from ./hdf5/hdffile.hpp:4,
                 from zCFDFvMesh.C:30:
./hdf5/hdf5/traits.hpp: At global scope:
./hdf5/hdf5/traits.hpp:1085:13: error: ISO C++17 does not allow dynamic exception specifications
 1085 |             throw (GroupNotFound)
      |             ^~~~~
I

which I think indicates something not according to standard and

zCFDFvMesh.C: In member function ‘Foam::word Foam::zCFDFvMesh::writezCFDMesh() const’:
zCFDFvMesh.C:64:5: error: ‘mkDir’ was not declared in this scope
   64 |     mkDir(time().rootPath()/time().caseName()/"zCFDInterface");
      |     ^~~~~

This happens on linux, GCC 11.2.0, OpenFOAM 9, HDF5 1.12.1, Boost 1.79.0, OpenMPI 4.1.1

Make/options file wrong format

Hi,
it appears that the Make/options file has the wrong format. wmake expects each library entry on a separate line. Reformatting the file this way prevents an error in running wmake.

EXE_INC = \
    -DVERSION-$(WM_PROJECT_VERSION)-$(WM_FORK) \
    -I$(HDF5_HOME)/include \
    -I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = \
    -lfiniteVolume \
    -L$(HDF5_HOME)/lib \
    -lhdf5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.