www.cemf.ir
stationary.cpp
Go to the documentation of this file.
1
/*------------------------------- phasicFlow ---------------------------------
2
O C enter of
3
O O E ngineering and
4
O O M ultiscale modeling of
5
OOOOOOO F luid flow
6
------------------------------------------------------------------------------
7
Copyright (C): www.cemf.ir
8
email: hamid.r.norouzi AT gmail.com
9
------------------------------------------------------------------------------
10
Licence:
11
This file is part of phasicFlow code. It is a free software for simulating
12
granular and multiphase flows. You can redistribute it and/or modify it under
13
the terms of GNU General Public License v3 or any other later versions.
14
15
phasicFlow is distributed to help others in their research in the field of
16
granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
17
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
19
-----------------------------------------------------------------------------*/
20
21
#include "
stationary.hpp
"
22
23
24
25
FUNCTION_H
26
pFlow::stationary::stationary
(
const
dictionary
& dict)
27
{
28
}
29
30
31
32
FUNCTION_H
33
bool
pFlow::stationary::read
(
const
dictionary
& dict)
34
{
35
return
true
;
36
}
37
38
FUNCTION_H
39
bool
pFlow::stationary::write
(
dictionary
& dict)
const
40
{
41
42
return
true
;
43
}
44
45
FUNCTION_H
46
bool
pFlow::stationary::read
(
iIstream
& is)
47
{
48
49
notImplementedFunction
;
50
return
true
;
51
}
52
53
FUNCTION_H
54
bool
pFlow::stationary::write
(
iOstream
& os)
const
55
{
56
return
true
;
57
}
notImplementedFunction
#define notImplementedFunction
Report that a function is yet not implemented.
Definition:
error.hpp:84
pFlow::stationary::write
FUNCTION_H bool write(dictionary &dict) const
Definition:
stationary.cpp:39
FUNCTION_H
#define FUNCTION_H
Definition:
pFlowMacros.hpp:62
pFlow::iIstream
Interface class for any input stream
Definition:
iIstream.hpp:37
pFlow::stationary::stationary
FUNCTION_HD stationary()=default
stationary.hpp
pFlow::iOstream
Interface class for any output stream.
Definition:
iOstream.hpp:59
pFlow::stationary::read
FUNCTION_H bool read(const dictionary &dict)
Definition:
stationary.cpp:33
pFlow::dictionary
Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...
Definition:
dictionary.hpp:67
src
MotionModel
entities
stationary
stationary.cpp
Generated by
1.8.17