ASPECT
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
c
d
e
f
g
h
i
m
n
o
p
r
s
t
w
x
z
Variables
Typedefs
Enumerations
+
Enumerator
a
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerations
a
c
d
f
k
l
m
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
z
Related Functions
+
Files
File List
+
File Members
All
Functions
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
include
aspect
postprocess
volume_of_fluid_statistics.h
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2016 - 2019 by the authors of the ASPECT code.
4
5
This file is part of ASPECT.
6
7
ASPECT is free software; you can redistribute it and/or modify
8
it under the terms of the GNU General Public License as published by
9
the Free Software Foundation; either version 2, or (at your option)
10
any later version.
11
12
ASPECT is distributed in the hope that it will be useful,
13
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
GNU General Public License for more details.
16
17
You should have received a copy of the GNU General Public License
18
along with ASPECT; see the file doc/COPYING. If not see
19
<http://www.gnu.org/licenses/>.
20
*/
21
22
23
#ifndef _aspect_postprocess_volume_of_fluid_statistics_h
24
#define _aspect_postprocess_volume_of_fluid_statistics_h
25
26
#include <
aspect/postprocess/interface.h
>
27
#include <
aspect/simulator_access.h
>
28
29
namespace
aspect
30
{
31
namespace
Postprocess
32
{
33
39
template
<
int
dim>
40
class
VolumeOfFluidStatistics
:
public
Interface
<dim>,
public
::aspect::SimulatorAccess
<dim>
41
{
42
public
:
46
std::pair<std::string,std::string>
47
execute
(TableHandler &statistics)
override
;
48
};
49
}
50
}
51
52
53
#endif
interface.h
simulator_access.h
aspect::SimulatorAccess
Definition:
plugins.h:46
aspect::Postprocess::VolumeOfFluidStatistics
Definition:
volume_of_fluid_statistics.h:40
aspect
Definition:
compat.h:59
aspect::Postprocess::VolumeOfFluidStatistics::execute
std::pair< std::string, std::string > execute(TableHandler &statistics) override
aspect::Postprocess::Interface
Definition:
interface.h:69