7.16.1.20.16. Fortran
- Syntax
Source For Energy [ SpeciesName | MaterialPhaseName | ] MeshPartIdentifier = Fortran [Power_Output = power_output | Toggle = toggle | Multiplier = multiplier | Sub_Name = sub_name | Real_Data = real_data | Int_Data = int_data | Resource_Name = resource_name | Data = data]
- Summary
Fortran subroutine energy source
- Description
The following options are present in most boundary conditions/sources. The meaning of each option is as follows:
- Power_Output
If specified, the total (integrated) power of the given BC/Src is calculated and stored into the global variable name specified as the power_output argument.
- Toggle
If given, specifies which toggle block controls whether this BC is active or not.
Parameter |
Value |
Default |
|---|---|---|
{of | species | subindex} |
– |
|
SpeciesName |
string |
– |
{in | material_phase} |
– |
|
MaterialPhaseName |
string |
– |
{levelset_phase | ls} |
– |
|
MeshPartIdentifier |
string |
– |
power_output |
“string” |
– |
toggle |
“string” |
– |
multiplier |
real |
1 |
sub_name |
“string” |
– |
real_data |
“string” |
– |
int_data |
“string” |
– |
resource_name |
“string” |
– |
data |
“string” |
– |