Neko  0.8.1
A portable framework for high-order spectral element flow simulations
boussinesq_source_term.f90 File Reference

Go to the source code of this file.

Data Types

type  boussinesq_source_term::boussinesq_source_term_t
 Bouyancy source term accroding to the Boussinesq approximation. More...
 

Modules

module  boussinesq_source_term
 Implements the boussinesq_source_term_t type.
 

Functions/Subroutines

subroutine boussinesq_source_term::boussinesq_source_term_init_from_json (this, json, fields, coef)
 The common constructor using a JSON object. More...
 
subroutine boussinesq_source_term::boussinesq_source_term_init_from_components (this, fields, scalar_name, ref_value, g, beta, coef, start_time, end_time)
 The constructor from type components. More...
 
subroutine boussinesq_source_term::boussinesq_source_term_free (this)
 Destructor. More...
 
subroutine boussinesq_source_term::boussinesq_source_term_compute (this, t, tstep)
 Computes the source term and adds the result to fields. More...