Added missing headers in immersed boundary

This commit is contained in:
Hrvoje Jasak 2018-05-25 10:12:05 +01:00
parent 0ef0eb1e6a
commit f00636e865
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ SourceFiles
#ifndef immersedBoundaryFvPatchField_H
#define immersedBoundaryFvPatchField_H
#include "fvPatchField.H"
#include "fvPatchFields.H"
#include "immersedBoundaryFvPatch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -26,7 +26,7 @@ License
#ifndef immersedBoundaryFvPatchFieldsFwd_H
#define immersedBoundaryFvPatchFieldsFwd_H
#include "fvPatchField.H"
#include "fvPatchFieldsFwd.H"
#include "fieldTypes.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View file

@ -26,7 +26,7 @@ License
#ifndef mixedIbFvPatchFieldsFwd_H
#define mixedIbFvPatchFieldsFwd_H
#include "fvPatchField.H"
#include "fvPatchFieldsFwd.H"
#include "fieldTypes.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //