Merge remote-tracking branch 'origin/main' into coupling

This commit is contained in:
hamidrezanorouzi
2022-12-10 11:36:36 +03:30
393 changed files with 1683 additions and 1677 deletions

View File

@ -18,7 +18,7 @@ Licence:
-----------------------------------------------------------------------------*/
#include "sphereDEMSystem.H"
#include "sphereDEMSystem.hpp"
pFlow::sphereDEMSystem::sphereDEMSystem(int argc, char* argv[])

View File

@ -18,19 +18,19 @@ Licence:
-----------------------------------------------------------------------------*/
#ifndef __sphereDEMSystem_H__
#define __sphereDEMSystem_H__
#ifndef __sphereDEMSystem_hpp__
#define __sphereDEMSystem_hpp__
#include <array>
#include "systemControl.H"
#include "property.H"
#include "uniquePtr.H"
#include "geometry.H"
#include "sphereParticles.H"
#include "interaction.H"
#include "Insertions.H"
#include "readControlDict.H"
#include "systemControl.hpp"
#include "property.hpp"
#include "uniquePtr.hpp"
#include "geometry.hpp"
#include "sphereParticles.hpp"
#include "interaction.hpp"
#include "Insertions.hpp"
#include "readControlDict.hpp"