TexGen
Core
ShearedPeriodicBoundaries.h
Go to the documentation of this file.
1
/*=============================================================================
2
TexGen: Geometric textile modeller.
3
Copyright (C) 2013 Louise Brown
4
5
This program is free software; you can redistribute it and/or
6
modify it under the terms of the GNU General Public License
7
as published by the Free Software Foundation; either version 2
8
of the License, or (at your option) any later version.
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU General Public License for more details.
14
15
You should have received a copy of the GNU General Public License
16
along with this program; if not, write to the Free Software
17
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
=============================================================================*/
19
20
#pragma once
21
22
namespace
TexGen
23
{
24
using namespace
std;
25
27
class
CLASS_DECLSPEC
CShearedPeriodicBoundaries
:
public
CPeriodicBoundaries
28
{
29
public
:
30
CShearedPeriodicBoundaries
(
void
);
31
~CShearedPeriodicBoundaries
(
void
);
32
34
void
SetDomainSize(
const
CMesh
& Mesh );
35
36
private
:
38
void
OutputEquations( ostream& Output,
int
iBoundaryConditions );
39
double
m_Domyx
;
40
double
m_Domyy
;
41
42
};
43
};
// namespace TexGen
CLASS_DECLSPEC
#define CLASS_DECLSPEC
Definition:
Misc.h:35
TexGen::CMesh
Defines the nodes and elements of a surface or volume mesh.
Definition:
Mesh.h:58
TexGen::CPeriodicBoundaries
Class used to generate Abaqus output for periodic boundary conditions.
Definition:
PeriodicBoundaries.h:30
TexGen::CShearedPeriodicBoundaries
Class used to generate Abaqus input file for periodic boundary conditions for a textile with sheared ...
Definition:
ShearedPeriodicBoundaries.h:28
TexGen::CShearedPeriodicBoundaries::m_Domyx
double m_Domyx
Definition:
ShearedPeriodicBoundaries.h:39
TexGen::CShearedPeriodicBoundaries::m_Domyy
double m_Domyy
Definition:
ShearedPeriodicBoundaries.h:40
TexGen
Namespace containing a series of customised math operations not found in the standard c++ library.
Definition:
AdjustMeshInterference.h:27
Generated by
1.9.2