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

Protected Member Functions | |
| ObjectErrors * | createObjectErrors () |
| double | randomGauss (double mean=0, double deviation=1) |
| double | randomUniform (double min=0, double max=1) |
Protected Attributes | |
| Vector2d | _measureRectCenter |
| Vector2d | _measureRectSize |
Protected Attributes inherited from StepCore::Object | |
| QString | _name |
Detailed Description
Gas - a group of several GasParticle and a force.
Constructor & Destructor Documentation
Member Function Documentation
| void StepCore::Gas::addParticles | ( | const GasParticleList & | particles | ) |
|
inlineprotectedvirtual |
Creates specific ObjectErrors-derived class (to be reimplemented in derived classes)
Reimplemented from StepCore::Item.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
| GasParticleList StepCore::Gas::rectCreateParticles | ( | int | count, |
| double | mass, | ||
| double | temperature, | ||
| const Vector2d & | meanVelocity | ||
| ) |
|
inline |
|
inline |
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 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