ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
aslLSFacetedGrowth.h
Go to the documentation of this file.
1/*
2 * Advanced Simulation Library <http://asl.org.il>
3 *
4 * Copyright 2015 Avtech Scientific <http://avtechscientific.com>
5 *
6 *
7 * This file is part of Advanced Simulation Library (ASL).
8 *
9 * ASL is free software: you can redistribute it and/or modify it
10 * under the terms of the GNU Affero General Public License as
11 * published by the Free Software Foundation, version 3 of the License.
12 *
13 * ASL is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Affero General Public License for more details.
17 *
18 * You should have received a copy of the GNU Affero General Public License
19 * along with ASL. If not, see <http://www.gnu.org/licenses/>.
20 *
21 */
22
23
24#ifndef ASLLSFACETEDGROWTH_H
25#define ASLLSFACETEDGROWTH_H
26
27#include "aslLevelSetLinear.h"
29
30namespace acl
31{
32 class ExpressionContainer;
33}
34
35namespace asl
36{
37
39
83
84
86
112
113 typedef std::shared_ptr<LSFacetedGrowth> SPLSFacetedGrowth;
114
115} //asl
116
117#endif //ASLLSFACETEDGROWTH_H
The class represents several Element.
describes crystalographyly specific date
void addFacet(const AVec<> normal, double bSt, double bDisl)
adds new facet information
acl::VectorOfElements stepFactor(const acl::VectorOfElements &dir, const acl::VectorOfElements &position)
void directionCode(acl::VectorOfElements normal, acl::VectorOfElements direction, acl::VectorOfElements cosTheta, acl::ExpressionContainer &k)
generates code which results the number corresponds to nearest direction
acl::VectorOfElements velocity(acl::VectorOfElements supersaturation, acl::VectorOfElements dir, acl::VectorOfElements sinTheta)
CrystallographicParameters(const double bRough)
acl::VectorOfElements velocity(const acl::VectorOfElements &supersaturation, const acl::VectorOfElements &dir, const acl::VectorOfElements &sinTheta, const acl::VectorOfElements &stepVelocityLimit)
void init(acl::TypeID type)
initialize acl data
CrystallographicParameters(const vector< AVec<> > &dir, const vector< double > &bSt, const vector< double > &bDisl, const double bRough)
Numerical method which computes evolution of an interface with a crystalographic kinetics.
CrystallographicParameters crystallography
SPDataWithGhostNodesACLData Data
LSFacetedGrowth(Data df, DataGen c)
SPDataWithGhostNodesACL DataGen
virtual void initVelocityComputation()
Numerical method which computes evolution of an interface.
SPDataWrapperACLData generateDataContainerACL_SP(const Block &b, unsigned int n=1)
generates pointer to ACL Data field with n components
acl::TypeID type(acl::typeToTypeID< FlT >())
Advanced Computational Language.
Definition acl.h:41
TypeID
Definition aclTypes.h:39
Advanced Simulation Library.
Definition aslDataInc.h:31
std::shared_ptr< LSFacetedGrowth > SPLSFacetedGrowth
std::shared_ptr< DataWithGhostNodesACL > SPDataWithGhostNodesACL
std::shared_ptr< DataWithGhostNodesACLData > SPDataWithGhostNodesACLData