Vitesse_derive_base#
#include <Vitesse_derive_base.h>
classe Vitesse_derive_base
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Vitesse\_derive\_base <class-vitesse-derive-base>`
[Vitesse\_derive\_base](#class-vitesse-derive-base)
Detailed description#
correlations de vitesse de derive de la forme ur = ((C0 - 1) * v_l + vg0) / (1 - C0 alpha_g)
Inherits from#
public : Vitesse_relative_base
Inherited by#
public : Vitesse_derive_Forces
public : Vitesse_derive_Ishii
public : Vitesse_derive_Spelt_Biesheuvel
public : Vitesse_derive_constante
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
get_info#
const Type_info * Vitesse_derive_base::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Vitesse_derive_base::get_info() const override <vitesse-derive-base-public-const-type-info-ptr-vitesse-derive-base-get-info-const-override>`
[const Type_info * Vitesse_derive_base::get_info() const override](#vitesse-derive-base-public-const-type-info-ptr-vitesse-derive-base-get-info-const-override)
set_param#
void Vitesse_derive_base::set_param(Param ¶m) override
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Vitesse_derive_base::set_param(Param ¶m) override <vitesse-derive-base-public-void-vitesse-derive-base-set-param-param-ref-param-override>`
[void Vitesse_derive_base::set_param(Param ¶m) override](#vitesse-derive-base-public-void-vitesse-derive-base-set-param-param-ref-param-override)
Vitesse_derive_base#
Vitesse_derive_base::Vitesse_derive_base()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Vitesse_derive_base::Vitesse_derive_base() <vitesse-derive-base-public-vitesse-derive-base-vitesse-derive-base>`
[Vitesse_derive_base::Vitesse_derive_base()](#vitesse-derive-base-public-vitesse-derive-base-vitesse-derive-base)
vitesse_relative#
void Vitesse_derive_base::vitesse_relative(const input_t &input, output_t &output) const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Vitesse_derive_base::vitesse_relative(const input_t &input, output_t &output) const override <vitesse-derive-base-public-void-vitesse-derive-base-vitesse-relative-const-input-t-ref-input-output-t-ref-output-const-override>`
[void Vitesse_derive_base::vitesse_relative(const input_t &input, output_t &output) const override](#vitesse-derive-base-public-void-vitesse-derive-base-vitesse-relative-const-input-t-ref-input-output-t-ref-output-const-override)
~Vitesse_derive_base#
Vitesse_derive_base::~Vitesse_derive_base() override
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Vitesse_derive_base::~Vitesse_derive_base() override <vitesse-derive-base-public-vitesse-derive-base-dtor-vitesse-derive-base-override>`
[Vitesse_derive_base::~Vitesse_derive_base() override](#vitesse-derive-base-public-vitesse-derive-base-dtor-vitesse-derive-base-override)
info#
const Type_info * Vitesse_derive_base::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Vitesse_derive_base::info() <vitesse-derive-base-public-static-const-type-info-ptr-vitesse-derive-base-info>`
[const Type_info * Vitesse_derive_base::info()](#vitesse-derive-base-public-static-const-type-info-ptr-vitesse-derive-base-info)
self_cast#
const Vitesse_derive_base & Vitesse_derive_base::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Vitesse_derive_base & Vitesse_derive_base::self_cast(const Objet_U &) <vitesse-derive-base-public-static-const-vitesse-derive-base-ref-vitesse-derive-base-self-cast-const-objet-u-ref>`
[const Vitesse_derive_base & Vitesse_derive_base::self_cast(const Objet_U &)](#vitesse-derive-base-public-static-const-vitesse-derive-base-ref-vitesse-derive-base-self-cast-const-objet-u-ref)
self_cast#
Vitesse_derive_base & Vitesse_derive_base::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Vitesse_derive_base & Vitesse_derive_base::self_cast(Objet_U &) <vitesse-derive-base-public-static-vitesse-derive-base-ref-vitesse-derive-base-self-cast-objet-u-ref>`
[Vitesse_derive_base & Vitesse_derive_base::self_cast(Objet_U &)](#vitesse-derive-base-public-static-vitesse-derive-base-ref-vitesse-derive-base-self-cast-objet-u-ref)
evaluate_C0_vg0#
virtual void Vitesse_derive_base::evaluate_C0_vg0(const input_t &input) const =0
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void Vitesse_derive_base::evaluate_C0_vg0(const input_t &input) const =0 <vitesse-derive-base-protected-virtual-void-vitesse-derive-base-evaluate-c0-vg0-const-input-t-ref-input-const-equal-0>`
[virtual void Vitesse_derive_base::evaluate_C0_vg0(const input_t &input) const =0](#vitesse-derive-base-protected-virtual-void-vitesse-derive-base-evaluate-c0-vg0-const-input-t-ref-input-const-equal-0)
printOn#
Sortie & Vitesse_derive_base::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & Vitesse_derive_base::printOn(Sortie &x) const override <vitesse-derive-base-protected-sortie-ref-vitesse-derive-base-printon-sortie-ref-x-const-override>`
[Sortie & Vitesse_derive_base::printOn(Sortie &x) const override](#vitesse-derive-base-protected-sortie-ref-vitesse-derive-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Vitesse_derive_base::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Vitesse_derive_base::readOn(Entree &) override <vitesse-derive-base-protected-entree-ref-vitesse-derive-base-readon-entree-ref-override>`
[Entree & Vitesse_derive_base::readOn(Entree &) override](#vitesse-derive-base-protected-entree-ref-vitesse-derive-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Vitesse_derive_base::info_obj
double Vitesse_derive_base::alpha_min_ = 0.0
double Vitesse_derive_base::C0 = - 1
ArrOfDouble Vitesse_derive_base::vg0