const boolList & getActiveDesignVariables() const
Which design variables are active?
bool confineVMovement() const
boolList activeDesignVariables_
Which design variables are changed in an optimisation.
NURBSbasis basisU_
NURBS basis functions.
label confineUMovement_
Confine movement in certain directions and control points. Refers to the local system.
bool confineWMovement() const
const dictionary & dict() const
Get dictionary.
vectorField cps_
The volumetric B-Splines control points.
const NURBSbasis & basisV() const
const NURBSbasis & basisW() const
const fvMesh & mesh() const
Get mesh.
Vector< label > nCPsPerDirection() const
Get number of control points per direction.
const word & name() const
Get box name.
bool confineUMovement() const
Get confine movements.
const boolList & getActiveCPs() const
Which control points are active?
boolList activeControlPoints_
Which of the cps are moved in an optimisation.
const NURBSbasis & basisU() const
Get basis functions.
const vectorField & getControlPoints() const
Get control points.
NURBSbasis function. Used to construct NURBS curves, surfaces and volumes.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
Field< vector > vectorField
Specialisation of Field<T> for vector.
List< bool > boolList
A List of bools.