Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
centrifugal_source_term.f90 File Reference

Go to the source code of this file.

Data Types

type  centrifugal_source_term::centrifugal_source_term_t
 This source term adds the centrifugal force. More...
 

Modules

module  centrifugal_source_term
 Implements the centrifugal_source_term_t type. Maintainer: Adam Peplinski.
 

Functions/Subroutines

subroutine centrifugal_source_term::centrifugal_source_term_init_from_json (this, json, fields, coef, variable_name)
 The common constructor using a JSON object.
 
subroutine centrifugal_source_term::centrifugal_source_term_init_from_components (this, fields, omega, ref_point, coef, start_time, end_time)
 The constructor from type components.
 
subroutine centrifugal_source_term::centrifugal_source_term_free (this)
 Destructor.
 
subroutine centrifugal_source_term::centrifugal_source_term_compute (this, time)
 Computes the source term and adds the result to fields.