My Project
programmer's documentation
Functions/Subroutines
fldprp.f90 File Reference

Properties definition initialization, according to calculation type selected by the user. More...

Functions/Subroutines

subroutine fldprp
 
subroutine add_property_field_1d (name, label, f_id)
 add field defining a one-dimensional property field defined on cells, with no previous time values and with default options More...
 
subroutine hide_property (f_id)
 disable logging and postprocessing for a property field More...
 
subroutine add_property_field (name, label, dim, has_previous, f_id)
 add field defining a property field defined on cells, with default options More...
 
subroutine add_boundary_property_field_owner (name, label, f_id)
 add owner field defining a property field defined on boundary faces, with default options More...
 

Detailed Description

Properties definition initialization, according to calculation type selected by the user.

Function/Subroutine Documentation

◆ add_boundary_property_field_owner()

subroutine add_boundary_property_field_owner ( character(len=*), intent(in)  name,
character(len=*), intent(in)  label,
integer, intent(out)  f_id 
)

add owner field defining a property field defined on boundary faces, with default options

It is recommended not to define property names of more than 16 characters, to get a clear execution log (some advanced writing levels take into account only the first 16 characters).

Parameters
[in]namefield name
[in]labelfield default label, or empty
[out]f_idmatching field id

◆ add_property_field()

subroutine add_property_field ( character(len=*), intent(in)  name,
character(len=*), intent(in)  label,
integer, intent(in)  dim,
logical, intent(in)  has_previous,
integer, intent(out)  f_id 
)

add field defining a property field defined on cells, with default options

It is recommended not to define property names of more than 16 characters, to get a clear execution log (some advanced writing levels take into account only the first 16 characters).

Parameters
[in]namefield name
[in]labelfield default label, or empty
[in]dimfield dimension
[in]has_previousindicates if the field also has previous time step values
[out]f_idmatching field id

◆ add_property_field_1d()

subroutine add_property_field_1d ( character(len=*), intent(in)  name,
character(len=*), intent(in)  label,
integer, intent(out)  f_id 
)

add field defining a one-dimensional property field defined on cells, with no previous time values and with default options

It is recommended not to define property names of more than 16 characters, to get a clear execution log (some advanced writing levels take into account only the first 16 characters).

Parameters
[in]namefield name
[in]labelfield default label, or empty
[out]f_idfield id

◆ fldprp()

subroutine fldprp ( )

◆ hide_property()

subroutine hide_property ( integer, intent(in)  f_id)

disable logging and postprocessing for a property field

Parameters
[in]f_idfield id