mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphaseMixture: Remove alphaTable which is no longer used
This commit is contained in:
@ -111,11 +111,6 @@ Foam::multiphaseMixture::multiphaseMixture
|
|||||||
{
|
{
|
||||||
calcAlphas();
|
calcAlphas();
|
||||||
alphas_.write();
|
alphas_.write();
|
||||||
|
|
||||||
forAllIter(PtrDictionary<phase>, phases_, iter)
|
|
||||||
{
|
|
||||||
alphaTable_.add(iter());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -47,7 +47,6 @@ SourceFiles
|
|||||||
#include "PtrDictionary.H"
|
#include "PtrDictionary.H"
|
||||||
#include "volFields.H"
|
#include "volFields.H"
|
||||||
#include "surfaceFields.H"
|
#include "surfaceFields.H"
|
||||||
#include "multivariateSurfaceInterpolationScheme.H"
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -156,9 +155,6 @@ private:
|
|||||||
//- Conversion factor for degrees into radians
|
//- Conversion factor for degrees into radians
|
||||||
static const scalar convertToRad;
|
static const scalar convertToRad;
|
||||||
|
|
||||||
//- Phase-fraction field table for multivariate discretisation
|
|
||||||
multivariateSurfaceInterpolationScheme<scalar>::fieldTable alphaTable_;
|
|
||||||
|
|
||||||
|
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user