MiguelMValero / CONES

CONES: This git repository aims to couple the CFD software OpenFOAM with any other kind of open-source codes. It is currently employed to carry out sequential Data Assimilation techniques and, more specifically, an Ensemble Kalman Filter (EnKF). The communications between the EnKF and OpenFOAM are performed by a coupler called CWIPI.
8 stars 1 forks source link

Call to the directory of the test case #17

Closed MiguelMValero closed 6 months ago

MiguelMValero commented 6 months ago

We need to retrieve the proper directory of the test case with the library "cwipiPstream". Currently, the system call gives the directory where the executable is.

MiguelMValero commented 6 months ago

@villanul has already fixed this issue for the "cavity", "cavity_sin" and "channel". @MiguelMValero will implement the dictionary topology for the pitzDaily.

MiguelMValero commented 6 months ago

@t0m-tm has implemented the dictionary in both RANS solvers (cwipiPstreamKEps and cwipiPstreamKOmegaSST).