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.
6 stars 1 forks source link

Include turbulent kinetic energy in the state #10

Closed MiguelMValero closed 3 months ago

MiguelMValero commented 1 year ago

I open this issue to comment on all the issues related to including the turbulent kinetic energy $k$ in the system state $\mathbf{x}$. Hence, the new system state would present the following form, where $\mathbf{u}$ is the velocity field, and $\theta$ corresponds to the model parameters to optimize:

$$ \mathbf{x} = \begin{bmatrix} \mathbf{u} \ k \ \theta \end{bmatrix} $$