step/stepcore
StepCore::GasErrors Class Reference
#include <gas.h>
Inheritance diagram for StepCore::GasErrors:

Public Member Functions | |
| GasErrors (Item *owner=0) | |
| Gas * | gas () const |
| double | rectMassVariance () const |
| double | rectMeanKineticEnergyVariance () const |
| double | rectMeanParticleMassVariance () const |
| Vector2d | rectMeanVelocityVariance () const |
| double | rectPressureVariance () const |
| double | rectTemperatureVariance () const |
Public Member Functions inherited from StepCore::ObjectErrors | |
| ObjectErrors (Item *owner=NULL) | |
| Item * | owner () const |
| void | setOwner (Item *owner) |
Public Member Functions inherited from StepCore::Object | |
| Object (const QString &name=QString()) | |
| virtual | ~Object () |
| const QString & | name () const |
| void | setName (const QString &name) |
Additional Inherited Members | |
Protected Attributes inherited from StepCore::Object | |
| QString | _name |
Detailed Description
Constructor & Destructor Documentation
|
inline |
Member Function Documentation
| double StepCore::GasErrors::rectMeanKineticEnergyVariance | ( | ) | const |
| double StepCore::GasErrors::rectMeanParticleMassVariance | ( | ) | const |
| Vector2d StepCore::GasErrors::rectMeanVelocityVariance | ( | ) | const |
| double StepCore::GasErrors::rectTemperatureVariance | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from