Timofey Mukha
Timofey Mukha
Hello! We are trying to use `json-fortran` with the `nvfortran` compiler. Unfortunately, the test suite reports failure of several tests ``` The following tests FAILED: 3 - jf_test_01 (SEGFAULT) 5...
After installing with cmake, my json-fortran.pc looks like this ``` libdir= includedir= Name: json-fortran Description: URL: https://github.com/jacobwilliams/json-fortran Version: 8.3.0 Libs: -L${libdir} -ljsonfortran Cflags: -I${includedir} ```` So the libdir and includedir...
Hello! I am trying to compile the library using Cray Fortran on an HPC machine. Unfortunately, there is a compilation error ``` Cray Fortran : Version 14.0.1 (20220526224428_3a8780657c742829e80f36338fb6ec6578642bb7) Cray Fortran...
Need to compare in detail what the difference is. Maybe we could just adopt the same approach as in the FO.
When `lengthScale` is set to `cubeRootVol` (whichis the default), the utility `renumberMesh` will crash with ``` --> FOAM FATAL ERROR: (openfoam-2306) unallocated autoPtr of type N4Foam5FieldIdEE From T& Foam::autoPtr::operator*() [with...
Hey Timofey, as already mentioned, I am investigating into your library at the moment for real industry applications. However, there are already a few problems I encountered. Lets start with...
This PR pulls in the Sigma and Smagorinsky models implemented on the stress formulation branch, developed by @Shiyu-Sandy-Du and @muenschm . Also fixes a bug in the Vreman model (a...
* Removes the `_uvwm` constructor. The code inside it overlapped with what was in the `_all`, and both called `common`, so the contents of `_uvw` could just be moved to...
So here is an initial proposition for adding an interface to ax, which works on 3 vectors in a coupled manner. After our discussions, this follows the easiest path, which...
Dear all, I think I've accumulated enough changes to launch this preview of the new bc handling. It is now almost fully implemented for the scalar (excluding the user field...