#include <shear.h>
|
| union { |
| struct { |
| double xy = 0.0 |
| |
| double xz = 0.0 |
| |
| double yz = 0.0 |
| |
| } | |
| |
| double e [3] |
| |
| }; | |
| |
Definition at line 12 of file shear.h.
◆ Shear() [1/2]
| impeller::Shear::Shear |
( |
| ) |
|
|
inline |
◆ Shear() [2/2]
| impeller::Shear::Shear |
( |
double |
xy, |
|
|
double |
xz, |
|
|
double |
yz |
|
) |
| |
|
inline |
◆ operator!=()
| bool impeller::Shear::operator!= |
( |
const Shear & |
o | ) |
const |
|
inline |
Definition at line 30 of file shear.h.
30 {
return !(*
this == o); }
◆ operator==()
| bool impeller::Shear::operator== |
( |
const Shear & |
o | ) |
const |
|
inline |
Definition at line 26 of file shear.h.
27 return xy == o.xy &&
xz == o.xz &&
yz == o.yz;
References xy, xz, and yz.
| double impeller::Shear::e[3] |
◆ xy
| double impeller::Shear::xy = 0.0 |
◆ xz
| double impeller::Shear::xz = 0.0 |
◆ yz
| double impeller::Shear::yz = 0.0 |
The documentation for this struct was generated from the following file: