Skip to content
Snippets Groups Projects
Commit b8b2f8e7 authored by andy's avatar andy
Browse files

ENH: Updated film surface shear force

parent 853bc109
No related merge requests found
......@@ -110,7 +110,7 @@ tmp<fvVectorMatrix> surfaceShearForce::correct(volVectorField& U)
primaryReff.dimensions(),
symmTensor::zero
),
film.mappedPushedFieldPatchTypes<symmTensor>()
film.mappedFieldAndInternalPatchTypes<symmTensor>()
);
// map stress from primary region to film region
......@@ -125,7 +125,7 @@ tmp<fvVectorMatrix> surfaceShearForce::correct(volVectorField& U)
const volScalarField& rho = film.rho();
tCs = Cf_*rho*mag(Up - U);
}
dimensionedScalar d0("SMALL", delta.dimensions(), SMALL);
// linear coeffs to apply to velocity
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment