multiphaseEuler: Library reorganisation

This change makes multiphaseEuler more consistent with other modules and
makes its sub-libraries less inter-dependent. Some left-over references
to multiphaseEulerFoam have also been removed.
This commit is contained in:
Will Bainbridge
2023-09-14 09:26:13 +01:00
parent 1ff0bcd81b
commit 597121a4a7
406 changed files with 339 additions and 374 deletions

View File

@ -28,7 +28,7 @@ Description
This functionObject calculates and outputs the blended interfacial forces
acting on a given phase, i.e. drag, virtual mass, lift, wall-lubrication and
turbulent dispersion. Note that it works only in run-time processing mode
and in combination with the multiphaseEulerFoam solver.
and in combination with the multiphaseEuler solver module.
For a simulation involving more than two phases, the accumulated force is
calculated by looping over all interfaces involving that phase. The fields
@ -41,7 +41,7 @@ Description
{
type phaseForces;
libs ("libmultiphaseEulerFoamFunctionObjects.so");
libs ("libmultiphaseEulerFunctionObjects.so");
phase water;
}