Skip to content

adam_nasto_bc_object

ADAM, NASTO Boundary Conditions class definition, CPU backend.

Source: src/app/nasto/common/adam_nasto_bc_object.F90

Dependencies

Contents

Variables

NameTypeAttributesDescription
INI_SECTION_NAMEScharacter(len=8)parameterINI (config) file section name containing BC configs.
BC_EXTRAPOLATIONinteger(kind=I4P)parameterExtrapolation.
BC_INFLOWinteger(kind=I4P)parameterSupersonic inflow.
BC_WALL_INVISCIDinteger(kind=I4P)parameterInviscid wall.

Derived Types

nasto_bc_object

Boundary Conditions class definition, CPU backend.

Components

NameTypeAttributesDescription
mpihtype(mpih_object)MPI handler.
bc_typeinteger(kind=I4P)Boundary condition type.
qreal(kind=R8P)allocatablePrimitive variables (r,u,v,w,p,s with s being the specie index) at BC.

Type-Bound Procedures

NameAttributesDescription
initializepass(self)Initialize BC.
load_from_filepass(self)Load config from file.

Subroutines

initialize

Initialize the equation.

fortran
subroutine initialize(self, file_parameters)

Arguments

NameTypeIntentAttributesDescription
selfclass(nasto_bc_object)inoutBC.
file_parameterstype(file_ini)inSimulation parameters ini file handler.

Call graph

load_from_file

Load config from file.

fortran
subroutine load_from_file(self, file_parameters, go_on_fail)

Arguments

NameTypeIntentAttributesDescription
selfclass(nasto_bc_object)inoutBC.
file_parameterstype(file_ini)inSimulation parameters ini file handler.
go_on_faillogicalinoptionalGo on if load fails.

Call graph