mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Resolved compiler warnings
This commit is contained in:
@ -106,7 +106,6 @@ bool Foam::DTRMParticle::move
|
|||||||
//Cache old data of particle to use for reflected particle
|
//Cache old data of particle to use for reflected particle
|
||||||
const point pos0 = position();
|
const point pos0 = position();
|
||||||
const label cell1 = cell();
|
const label cell1 = cell();
|
||||||
const tetIndices tetIs = this->currentTetIndices();
|
|
||||||
|
|
||||||
scalar f = 1 - stepFraction();
|
scalar f = 1 - stepFraction();
|
||||||
const vector s = p1() - p0() - deviationFromMeshCentre();
|
const vector s = p1() - p0() - deviationFromMeshCentre();
|
||||||
|
|||||||
@ -40,7 +40,7 @@ Foam::cutFaceAdvect::cutFaceAdvect
|
|||||||
:
|
:
|
||||||
cutFace(mesh),
|
cutFace(mesh),
|
||||||
mesh_(mesh),
|
mesh_(mesh),
|
||||||
alpha1_(alpha1),
|
//alpha1_(alpha1),
|
||||||
subFaceCentre_(Zero),
|
subFaceCentre_(Zero),
|
||||||
subFaceArea_(Zero),
|
subFaceArea_(Zero),
|
||||||
subFacePoints_(10),
|
subFacePoints_(10),
|
||||||
|
|||||||
@ -80,7 +80,7 @@ class cutFaceAdvect
|
|||||||
const fvMesh& mesh_;
|
const fvMesh& mesh_;
|
||||||
|
|
||||||
//- Reference to VoF field
|
//- Reference to VoF field
|
||||||
const volScalarField& alpha1_;
|
//const volScalarField& alpha1_;
|
||||||
|
|
||||||
//- Storage for centre of subface
|
//- Storage for centre of subface
|
||||||
point subFaceCentre_;
|
point subFaceCentre_;
|
||||||
|
|||||||
Reference in New Issue
Block a user