mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: dynamicContactAngleForce: new finite-area contact-angle force model
DEFEATURE: merge fa-perturbedTemperatureDependent into dynamicContactAngle
This commit is contained in:
committed by
Andrew Heather
parent
8f63fd5230
commit
885456f9a4
@ -68,12 +68,12 @@ boundaryField
|
||||
|
||||
injectionModels ();
|
||||
|
||||
forces (perturbedTemperatureDependentContactAngle);
|
||||
forces (dynamicContactAngle);
|
||||
|
||||
perturbedTemperatureDependentContactAngleCoeffs
|
||||
dynamicContactAngleCoeffs
|
||||
{
|
||||
Ccf 0.4;
|
||||
theta constant 0;
|
||||
Ttheta constant 0;
|
||||
distribution
|
||||
{
|
||||
type normal;
|
||||
|
||||
@ -59,12 +59,12 @@ boundaryField
|
||||
|
||||
injectionModels ();
|
||||
|
||||
forces (perturbedTemperatureDependentContactAngle);
|
||||
forces (dynamicContactAngle);
|
||||
|
||||
perturbedTemperatureDependentContactAngleCoeffs
|
||||
dynamicContactAngleCoeffs
|
||||
{
|
||||
Ccf 0.085;
|
||||
theta constant 45;
|
||||
Ttheta constant 45;
|
||||
distribution
|
||||
{
|
||||
type normal;
|
||||
|
||||
Reference in New Issue
Block a user