contactAngleModels: New contact angle models library
used in the alphaContactAngleFvPatchScalarField boundary condition to replace the need to derive specialised versions for different contact angle evaluation methods. This simplifies the code and provides a reusable system which could be applied to other multiphase contact angle boundary conditions.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2015-2022 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -33,7 +33,6 @@ License
|
||||
#include "fvcSnGrad.H"
|
||||
#include "CorrectPhi.H"
|
||||
#include "fvcMeshPhi.H"
|
||||
#include "alphaContactAngleFvPatchScalarField.H"
|
||||
#include "correctContactAngle.H"
|
||||
#include "dragModel.H"
|
||||
#include "movingWallVelocityFvPatchVectorField.H"
|
||||
|
||||
Reference in New Issue
Block a user