NEML2 2.0.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
CrystalGeometry.h
1// Copyright 2024, UChicago Argonne, LLC
2// All Rights Reserved
3// Software Name: NEML2 -- the New Engineering material Model Library, version 2
4// By: Argonne National Laboratory
5// OPEN SOURCE LICENSE (MIT)
6//
7// Permission is hereby granted, free of charge, to any person obtaining a copy
8// of this software and associated documentation files (the "Software"), to deal
9// in the Software without restriction, including without limitation the rights
10// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11// copies of the Software, and to permit persons to whom the Software is
12// furnished to do so, subject to the following conditions:
13//
14// The above copyright notice and this permission notice shall be included in
15// all copies or substantial portions of the Software.
16//
17// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23// THE SOFTWARE.
24
25#pragma once
26
27#include "neml2/base/Registry.h"
28#include "neml2/models/Data.h"
29#include "neml2/tensors/indexing.h"
30
31namespace neml2
32{
33class Scalar;
34class Vec;
35class R2;
36class SR2;
37class WR2;
38class MillerIndex;
39
40namespace crystallography
41{
42
48class CrystalGeometry : public Data
49{
50public:
53
55 CrystalGeometry(const OptionSet & options);
56
58 CrystalGeometry(const OptionSet & options, const R2 & cclass, const Vec & lattice_vectors);
59
61 Vec a1() const;
63 Vec a2() const;
65 Vec a3() const;
66
68 Vec b1() const;
70 Vec b2() const;
72 Vec b3() const;
73
75 Size nslip() const;
77 Size nslip_groups() const;
79 Size nslip_in_group(Size i) const;
80
82 const Vec & cartesian_slip_directions() const { return _cartesian_slip_directions; };
84 const Vec & cartesian_slip_planes() const { return _cartesian_slip_planes; };
86 const Scalar & burgers() const { return _burgers; };
87
89 const R2 & A() const { return _A; };
91 const SR2 & M() const { return _M; };
93 const WR2 & W() const { return _W; };
94
96 const R2 & symmetry_operators() const { return _sym_ops; };
97
99 // The slice happens along the last batch axis
100 template <class Derived,
101 typename = typename std::enable_if_t<std::is_base_of_v<TensorBase<Derived>, Derived>>>
102 Derived slip_slice(const Derived & tensor, Size grp) const;
103
104private:
106 CrystalGeometry(const OptionSet & options,
107 const R2 & cclass,
108 const Vec & lattice_vectors,
109 std::tuple<Vec, Vec, Scalar, std::vector<Size>> slip_data);
110
112 static Vec make_reciprocal_lattice(const Vec & lattice_vectors);
113
115 static std::tuple<Vec, Vec, Scalar, std::vector<Size>>
116 setup_schmid_tensors(const Vec & A,
117 const R2 & cls,
118 const MillerIndex & slip_directions,
119 const MillerIndex & slip_planes);
120
122 static Vec miller_to_cartesian(const Vec & A, const MillerIndex & d);
123
124private:
126 const R2 & _sym_ops;
128 const Vec & _lattice_vectors;
130 const Vec & _reciprocal_lattice_vectors;
132 const MillerIndex & _slip_directions;
134 const MillerIndex & _slip_planes;
135
137 const Vec & _cartesian_slip_directions;
139 const Vec & _cartesian_slip_planes;
141 const Scalar & _burgers;
143 const std::vector<Size> _slip_offsets;
144
146 const R2 & _A;
148 const SR2 & _M;
150 const WR2 & _W;
151};
152
153template <class Derived, typename>
154Derived
155CrystalGeometry::slip_slice(const Derived & tensor, Size grp) const
156{
157 if (grp >= nslip_groups())
158 throw NEMLException("Invalid slip group index");
159 return tensor.batch_index(
160 {indexing::Ellipsis, indexing::Slice(_slip_offsets[grp], _slip_offsets[grp + 1])});
161}
162
163} // namespace crystallography
164} // namespace neml2
Data(const OptionSet &options)
Construct a new Data object.
Definition Data.cxx:38
Represention of a crystal direction or plane a Miller Index.
Definition MillerIndex.h:38
Definition errors.h:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Second order tensor without symmetry.
Definition R2.h:42
The symmetric second order tensor.
Definition SR2.h:46
Scalar.
Definition Scalar.h:38
3-vector.
Definition Vec.h:42
A skew-symmetric second order tensor, represented as an axial vector.
Definition WR2.h:43
Vec b3() const
accessor for the third reciprocal lattice vector
Definition CrystalGeometry.cxx:148
const R2 & symmetry_operators() const
Accessor for the crystal class symmetry operators.
Definition CrystalGeometry.h:96
const R2 & A() const
Accessor for the full Schmid tensors.
Definition CrystalGeometry.h:89
const Vec & cartesian_slip_directions() const
Accessor for the slip directions.
Definition CrystalGeometry.h:82
const WR2 & W() const
Accessor for the skew-symmetric Schmid tensors.
Definition CrystalGeometry.h:93
Vec a1() const
accessor for the first lattice vector
Definition CrystalGeometry.cxx:118
const SR2 & M() const
Accessor for the symmetric Schmid tensors.
Definition CrystalGeometry.h:91
const Scalar & burgers() const
Accessor for the burgers vector.
Definition CrystalGeometry.h:86
const Vec & cartesian_slip_planes() const
Accessor for the slip planes.
Definition CrystalGeometry.h:84
CrystalGeometry(const OptionSet &options)
Setup from parameter set.
Definition CrystalGeometry.cxx:67
Derived slip_slice(const Derived &tensor, Size grp) const
Slice a Tensor to provide only the batch associated with a slip system.
Definition CrystalGeometry.h:155
Size nslip() const
Total number of slip systems.
Definition CrystalGeometry.cxx:154
Vec a3() const
accessor for the third lattice vector
Definition CrystalGeometry.cxx:130
Size nslip_in_group(Size i) const
Number of slip systems in a given group.
Definition CrystalGeometry.cxx:167
Vec b2() const
accessor for the second reciprocal lattice vector
Definition CrystalGeometry.cxx:142
Size nslip_groups() const
Number of slip groups.
Definition CrystalGeometry.cxx:160
static OptionSet expected_options()
Input options.
Definition CrystalGeometry.cxx:44
Vec a2() const
accessor for the second lattice vector
Definition CrystalGeometry.cxx:124
Vec b1() const
accessor for the first reciprocal lattice vector
Definition CrystalGeometry.cxx:136
Definition CrystalGeometry.cxx:39
Definition DiagnosticsInterface.cxx:30
int64_t Size
Definition types.h:69