CFDEMcoupling
2.4
Main Page
Classes
Files
File List
All
Classes
CFDEMcoupling-PUBLIC
src
lagrangian
cfdemParticle
subModels
IOModel
noIO
noIO.H
1
/*---------------------------------------------------------------------------*\
2
CFDEMcoupling - Open Source CFD-DEM coupling
3
4
CFDEMcoupling is part of the CFDEMproject
5
www.cfdem.com
6
Christoph Goniva, christoph.goniva@cfdem.com
7
Copyright 2009-2012 JKU Linz
8
Copyright 2012- DCS Computing GmbH, Linz
9
-------------------------------------------------------------------------------
10
License
11
This file is part of CFDEMcoupling.
12
13
CFDEMcoupling is free software; you can redistribute it and/or modify it
14
under the terms of the GNU General Public License as published by the
15
Free Software Foundation; either version 3 of the License, or (at your
16
option) any later version.
17
18
CFDEMcoupling is distributed in the hope that it will be useful, but WITHOUT
19
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21
for more details.
22
23
You should have received a copy of the GNU General Public License
24
along with CFDEMcoupling; if not, write to the Free Software Foundation,
25
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
27
Description
28
This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS
29
and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER).
30
31
Class
32
noIO
33
34
SourceFiles
35
noIO.C
36
37
\*---------------------------------------------------------------------------*/
38
39
#ifndef noIO_H
40
#define noIO_H
41
42
#include "IOModel.H"
43
44
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
45
46
namespace
Foam
47
{
48
49
/*---------------------------------------------------------------------------*\
50
Class noDrag Declaration
51
\*---------------------------------------------------------------------------*/
52
53
class
noIO
54
:
55
public
IOModel
56
{
57
58
public
:
59
60
//- Runtime type information
61
TypeName(
"off"
);
62
63
64
// Constructors
65
66
//- Construct from components
67
noIO
68
(
69
const
dictionary& dict,
70
cfdemCloud
& sm
71
);
72
73
// Destructor
74
75
~
noIO
();
76
77
78
// Member Functions
79
80
};
81
82
83
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
84
85
}
// End namespace Foam
86
87
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
88
89
#endif
90
91
// ************************************************************************* //
Foam::noIO
Definition:
noIO.H:53
Foam::IOModel
Definition:
IOModel.H:54
Foam::cfdemCloud
Definition:
cfdemCloud.H:81
Generated on Fri Sep 11 2015 15:26:20 for CFDEMcoupling by
1.8.6