View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000963 | OpenFOAM | Bug | public | 2013-08-14 20:07 | 2013-08-20 15:11 |
Reporter | davidh | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | any | OS | any | OS Version | any |
Summary | 0000963: PhaseEulerFoam - correction of the phase flux ("phi") patch types does not include "partialSlip" patches | ||||
Description | In the PhaseEulerFoam solvers the following lines have been added to the constructor of the phase class: .... if ( isA<fixedValueFvPatchVectorField>(U_.boundaryField()[i]) || isA<slipFvPatchVectorField>(U_.boundaryField()[i]) ) { phiTypes[i] = fixedValueFvPatchScalarField::typeName; } ... This omits "partial slip" boundaries since they are not derived from slip. This could probably be fixed by adding the condition: "isA<partialSlipFvPatchVectorField>(U_.boundaryField()[i]) " | ||||
Tags | No tags attached. | ||||