smod_equil_couette_flow Submodule

This submodule defines a steady plane Couette flow in a Cartesian geometry with flow and viscosity.



Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=dp), private :: width

Functions

function rho0()

Arguments

None

Return Value real(kind=dp)

function T0()

Arguments

None

Return Value real(kind=dp)

function v02(x)

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

function dv02()

Arguments

None

Return Value real(kind=dp)

function v03(x)

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

function dv03()

Arguments

None

Return Value real(kind=dp)


Module Procedures

module procedure couette_flow_eq module module subroutine couette_flow_eq(settings, grid, background, physics)

Arguments

TypeIntentOptionalAttributesName
type(settings_t), intent(inout) :: settings
type(grid_t), intent(inout) :: grid
type(background_t), intent(inout) :: background
type(physics_t), intent(inout) :: physics