compressibleMultiphaseInterFoam中的气相接触角后面为什么是90 0 0 0
OpenFOAM用户指南上面并不能给与解答。在/opt/openfoam8/applications/solvers/multiphase/compressibleMultiphaseInterFoam/multiphaseMixtureThermo/alphaContactAngle 个人对照自己的根目录位置寻找, 我开始以为这四个是由于有四种物质在内部才会导致 现在来看不是。
class interfaceThetaProps
{
//- Equilibrium contact angle 第一个是平衡接触角
scalar theta0_;
//- Dynamic contact angle velocity scale 动态接触速度
scalar uTheta_;
//- Limiting advancing contact angle 限制上升速度角
scalar thetaA_;
//- Limiting receding contact angle 限制下降速度角
scalar thetaR_;