Return a logical if the input relation holds where the relation is: val operation threshold
Dumps array of condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me(:) |
condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |
Dump single condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me |
condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |
Allows the output of array of condition to lua out
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me(:) |
condition to write into the lua file |
||
type(aot_out_type), | intent(inout) | :: | conf |
aotus type handling the output to the file in lua format |
Allows the output of the single condition to lua out.
The data is written into the file, the lunit is connected to. It is formatted as a Lua table.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me |
condition to write into the lua file |
||
type(aot_out_type), | intent(inout) | :: | conf |
aotus type handling the output to the file in lua format |
||
integer, | intent(in), | optional | :: | level |
to dump variable with key or without key |
Datatype containing different conditions to be checked Currently only threshold and operator are defined
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | threshold |
Contains the threshold value defined in lua file |
|||
character(len=2), | public | :: | operation |
Contains the operator defined in lua file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | val | |||
character(len=2), | intent(in) | :: | operation | |||
real(kind=rk), | intent(in) | :: | threshold |
return value
Load the condition table in case of convergence
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(inout), | allocatable | :: | me(:) | ||
type(flu_State), | intent(in) | :: | conf | |||
integer, | intent(in) | :: | parent |
Load the conditions for geomIncr and convergence check within convergence conditions mean the operator and threshold against which the macroscopic variable has to be compared
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(inout) | :: | cond | |||
type(flu_State), | intent(in) | :: | conf | |||
integer, | intent(in) | :: | thandle |
Dumps array of condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me(:) |
condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |
Dump single condition to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me |
condition to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |
Allows the output of array of condition to lua out
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me(:) |
condition to write into the lua file |
||
type(aot_out_type), | intent(inout) | :: | conf |
aotus type handling the output to the file in lua format |
Allows the output of the single condition to lua out.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(in) | :: | me |
condition to write into the lua file |
||
type(aot_out_type), | intent(inout) | :: | conf |
aotus type handling the output to the file in lua format |
||
integer, | intent(in), | optional | :: | level |
to dump variable with key or without key |