Transport models

Kynema-SGF API: Transport models
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
Transport models

Classes

class  kynema_sgf::transport::ConstTransport
class  kynema_sgf::transport::TransportModel
class  kynema_sgf::transport::TwoPhaseTransport

Detailed Description

Kynema-SGF representation of fluid transport models.

For most land-based wind-energy applications, a constant transport (ConstTransport) model is sufficient with uniform properties. However, for offshore applications with multiphase models, the properties can change at different positions in the domain. Transport models provide a way to separate out this behavior from the base turbulence model implementation. The turbulence models are templated on transport model to provide different behavior depending on fluid transport model chosen by the user. For more details see kynema_sgf::turbulence::TurbModel implementation.