Trajectory¶
-
class
RadTrajectory(l, T, param_original, bound_cond_type, actuation_type, n=80, sigma=1.1, K=2.0, **kwargs)[source]¶ Bases:
pyinduct.trajectory.InterpolationTrajectoryClass that implements a flatness based control approach for the reaction-advection-diffusion equation

with the boundary condition
bound_cond_type == "dirichlet":
- A transition from
to
is
considered. - With
where
is the flat output.
- A transition from
bound_cond_type == "robin":
- A transition from
to
is
considered. - With
where
is the flat output.
- A transition from
and the actuation
actuation_type == "dirichlet":
actuation_type == "robin":
.
The flat output trajectory
will be calculated with
gevrey_tanh().Parameters: **kwargs – see below. All arguments that are not specified below are passed to InterpolationTrajectory.Keyword Arguments: