Skip to content
Snippets Groups Projects
Commit 59a3066e authored by peters's avatar peters
Browse files

Fix include in cpu.

parent 6d487101
No related branches found
No related tags found
1 merge request!34Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
......@@ -39,7 +39,7 @@
#include "Block3D.h"
#include "BCArray3D.h"
#include <lbm/CumulantChimeraParameter.h>
#include <lbm/KernelParameter.h>
#include <lbm/CumulantChimera.h>
#include <lbm/constants/D3Q27.h>
......@@ -245,8 +245,8 @@ void CumulantK17LBMKernelUnified::calculate(int step)
distribution.f[vf::lbm::dir::MMM] = mfaaa;
distribution.f[vf::lbm::dir::ZZZ] = mfbbb;
vf::lbm::CumulantChimeraParameter chimeraParameter {distribution, omega, forces};
vf::lbm::cumulantChimera(chimeraParameter, vf::lbm::setRelaxationRatesK17);
vf::lbm::KernelParameter parameter {distribution, omega, forces};
vf::lbm::cumulantChimera(parameter, vf::lbm::setRelaxationRatesK17);
mfcbb = distribution.f[vf::lbm::dir::PZZ];
mfabb = distribution.f[vf::lbm::dir::MZZ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment