Private Member Functions | |
PROCEDURE | initsources_viscosity |
PROCEDURE | infosources |
PROCEDURE | setoutput |
PROCEDURE | updateviscosity |
PROCEDURE | externalsources_single |
PROCEDURE | calctimestep_single |
PROCEDURE | finalize |
Private Attributes | |
character(len=32) | source_name = "viscosity of Newtonian fluid" |
class(logging_base), allocatable | viscosity |
class(marray_base), allocatable | ephir |
azimuthal unit vector */ distance to axis More... | |
class(marray_base), allocatable | ephir_tmp |
class(marray_base), allocatable | dynvis |
dynamic viscosity More... | |
class(marray_base), allocatable | kinvis |
kinematic viscosity More... | |
class(marray_base), allocatable | bulkvis |
bulk viscosity More... | |
real | dynconst |
real | bulkconst |
real | power |
viscosity constants More... | |
real, dimension(:,:,:), pointer | btxx |
real, dimension(:,:,:), pointer | btyy |
real, dimension(:,:,:), pointer | btzz |
real, dimension(:,:,:), pointer | btxy |
real, dimension(:,:,:), pointer | btxz |
real, dimension(:,:,:), pointer | btyz |
real, dimension(:,:,:), pointer | tmp |
real, dimension(:,:,:), pointer | tmp2 |
real, dimension(:,:,:), pointer | tmp3 |
real, dimension(:,:), pointer | sxx |
real, dimension(:,:), pointer | syy |
real, dimension(:,:), pointer | szz |
real, dimension(:,:), pointer | sxy |
real, dimension(:,:), pointer | sxz |
real, dimension(:,:), pointer | syz |
Additional Inherited Members | |
Public Attributes inherited from logging_base_mod::logging_base | |
integer, public | err |
error code More... | |
Detailed Description
Definition at line 87 of file sources_viscosity.f90.
Member Function/Subroutine Documentation
◆ calctimestep_single()
|
private |
Definition at line 106 of file sources_viscosity.f90.
◆ externalsources_single()
|
private |
Definition at line 105 of file sources_viscosity.f90.
◆ finalize()
|
private |
Definition at line 108 of file sources_viscosity.f90.
◆ infosources()
|
private |
Definition at line 102 of file sources_viscosity.f90.
◆ initsources_viscosity()
|
private |
Definition at line 101 of file sources_viscosity.f90.
◆ setoutput()
|
private |
Definition at line 103 of file sources_viscosity.f90.
◆ updateviscosity()
|
private |
Definition at line 104 of file sources_viscosity.f90.
Member Data Documentation
◆ btxx
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ btxy
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ btxz
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ btyy
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ btyz
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ btzz
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ bulkconst
|
private |
Definition at line 95 of file sources_viscosity.f90.
◆ bulkvis
|
private |
bulk viscosity
Definition at line 90 of file sources_viscosity.f90.
◆ dynconst
|
private |
Definition at line 95 of file sources_viscosity.f90.
◆ dynvis
|
private |
dynamic viscosity
Definition at line 90 of file sources_viscosity.f90.
◆ ephir
|
private |
azimuthal unit vector */ distance to axis
Definition at line 90 of file sources_viscosity.f90.
◆ ephir_tmp
|
private |
Definition at line 90 of file sources_viscosity.f90.
◆ kinvis
|
private |
kinematic viscosity
Definition at line 90 of file sources_viscosity.f90.
◆ power
|
private |
viscosity constants
Definition at line 95 of file sources_viscosity.f90.
◆ source_name
|
private |
Definition at line 88 of file sources_viscosity.f90.
◆ sxx
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ sxy
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ sxz
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ syy
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ syz
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ szz
|
private |
Definition at line 98 of file sources_viscosity.f90.
◆ tmp
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ tmp2
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ tmp3
|
private |
Definition at line 96 of file sources_viscosity.f90.
◆ viscosity
|
private |
Definition at line 89 of file sources_viscosity.f90.
The documentation for this type was generated from the following file:
- /home/webadmin/src/fosite/src/sources/sources_viscosity.f90