diff --git a/Allwmake b/Allwmake index 92cf0e71..51866810 100755 --- a/Allwmake +++ b/Allwmake @@ -1,5 +1,5 @@ #!/bin/bash - +. "$WM_PROJECT_DIR"/wmake/scripts/AllwmakeParseArguments wmake libso src/VoF wmake all src/boundaryConditions wmake all src/thermoDynamics diff --git a/solver/leakyDielectricEHD/EHD/casesEHD.H b/solver/leakyDielectricEHD/EHD/casesEHD.H new file mode 100644 index 00000000..67129b0f --- /dev/null +++ b/solver/leakyDielectricEHD/EHD/casesEHD.H @@ -0,0 +1,36 @@ +Info << "Coupling Maxwell tensor with UEqn: " << coupleMaxwellTensor << endl; + +Info << "EHD correction loop: " << ehdCorr <("coupleConvChargeDensity", true) +); + +Switch coupleMaxwellTensor +( + ehdDict.lookupOrDefault("coupleMaxwellTensor", true) +); + +label ehdCorr +( + ehdDict.lookupOrDefault