mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: lagrangian : include interpolation.H instead of interpolationCellPoint
This commit is contained in:
@ -28,7 +28,7 @@ License
|
|||||||
#include "breakupModel.H"
|
#include "breakupModel.H"
|
||||||
#include "collisionModel.H"
|
#include "collisionModel.H"
|
||||||
#include "dispersionModel.H"
|
#include "dispersionModel.H"
|
||||||
#include "interpolationCellPoint.H"
|
#include "interpolation.H"
|
||||||
#include "processorPolyPatch.H"
|
#include "processorPolyPatch.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
@ -24,7 +24,6 @@ License
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "ThermoCloud.H"
|
#include "ThermoCloud.H"
|
||||||
#include "interpolationCellPoint.H"
|
|
||||||
#include "ThermoParcel.H"
|
#include "ThermoParcel.H"
|
||||||
|
|
||||||
#include "HeatTransferModel.H"
|
#include "HeatTransferModel.H"
|
||||||
|
|||||||
@ -48,7 +48,7 @@ SourceFiles
|
|||||||
#include "Particle.H"
|
#include "Particle.H"
|
||||||
#include "IOstream.H"
|
#include "IOstream.H"
|
||||||
#include "autoPtr.H"
|
#include "autoPtr.H"
|
||||||
#include "interpolationCellPoint.H"
|
#include "interpolation.H"
|
||||||
#include "contiguous.H"
|
#include "contiguous.H"
|
||||||
|
|
||||||
#include "KinematicCloud.H"
|
#include "KinematicCloud.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user