42 out.addField(out.problem().gridGeometry().coordinationNumber(),
"coordinationNumber",
Vtk::FieldType::vertex);
46 out.addVolumeVariable([](
const auto& volVars){
return volVars.poreInscribedRadius(); },
"poreInscribedRadius");
50 out.addFluxVariable([](
const auto& fluxVars,
const auto& fluxVarsCache)
51 {
return fluxVarsCache.throatInscribedRadius(); },
"throatInscribedRadius");
53 out.addFluxVariable([](
const auto& fluxVars,
const auto& fluxVarsCache)
54 {
return fluxVarsCache.throatLength(); },
"throatLength");