NEMoSys
0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
FoamToMshConversionDriver.H
Go to the documentation of this file.
1
/*******************************************************************************
2
* Promesh *
3
* Copyright (C) 2022, IllinoisRocstar LLC. All rights reserved. *
4
* *
5
* Promesh is the property of IllinoisRocstar LLC. *
6
* *
7
* IllinoisRocstar LLC *
8
* Champaign, IL *
9
* www.illinoisrocstar.com *
10
* promesh@illinoisrocstar.com *
11
*******************************************************************************/
12
/*******************************************************************************
13
* This file is part of Promesh *
14
* *
15
* This version of Promesh is free software: you can redistribute it and/or *
16
* modify it under the terms of the GNU Lesser General Public License as *
17
* published by the Free Software Foundation, either version 3 of the License, *
18
* or (at your option) any later version. *
19
* *
20
* Promesh is distributed in the hope that it will be useful, but WITHOUT ANY *
21
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS *
22
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more *
23
* details. *
24
* *
25
* You should have received a copy of the GNU Lesser General Public License *
26
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
27
* *
28
*******************************************************************************/
29
#ifndef NEMOSYS_FOAMTOMSHCONVERSIONDRIVER_H_
30
#define NEMOSYS_FOAMTOMSHCONVERSIONDRIVER_H_
31
32
#include "
Drivers/Conversion/ConversionDriver.H
"
33
34
namespace
NEM
{
35
namespace
DRV {
36
37
class
NEMOSYS_EXPORT
FoamToMshConversionDriver
:
public
ConversionDriver
{
38
public
:
39
using
Files
=
DriverOutFile
;
40
41
explicit
FoamToMshConversionDriver
(
Files
file);
42
43
const
Files
&getFiles()
const
;
44
void
setFiles(
Files
file);
45
void
execute()
const override
;
46
47
JSONCONS_TYPE_TRAITS_FRIEND
48
49
private
:
50
FoamToMshConversionDriver
();
51
52
Files
file_
;
53
54
public
:
55
struct
NEMOSYS_NO_EXPORT
Opts
{
56
static
constexpr
const
char
*methodName =
"FOAM->MSH"
;
57
};
58
59
private
:
60
const
Opts
&getOpts()
const
;
61
};
62
63
}
// namespace DRV
64
}
// namespace NEM
65
66
#endif // NEMOSYS_FOAMTOMSHCONVERSIONDRIVER_H_
NEM::DRV::FoamToMshConversionDriver::Opts
Definition:
FoamToMshConversionDriver.H:55
NEM::DRV::DriverOutFile
Definition:
NemDriver.H:74
NEM::DRV::FoamToMshConversionDriver::file_
Files file_
Definition:
FoamToMshConversionDriver.H:52
NEM
Definition:
AutoVerificationDriver.C:38
NEM::DRV::ConversionDriver
Definition:
ConversionDriver.H:45
ConversionDriver.H
NEM::DRV::FoamToMshConversionDriver
Definition:
FoamToMshConversionDriver.H:37
include
Drivers
Conversion
FoamToMshConversionDriver.H
Generated on Wed Jan 26 2022 16:40:01 for NEMoSys by
1.8.13