Path: blob/devel/ElmerGUI/Application/edf-extra/advection-reaction.xml
3204 views
<?xml version="1.0" encoding="utf-8"?>1<!DOCTYPE edf>2<edf version="1.0">3<PDE Name="AdvReact">4<Name>Advection-Reaction</Name>5<Equation>6<Parameter Widget="Label">7<Name> Options </Name>8</Parameter>9<Parameter Widget="Combo">10<Name>Convection</Name>11<Type> String </Type>12<Item>13<Name>None</Name>14</Item>15<Item>16<Name>Computed</Name>17</Item>18<Item>19<Name>Constant</Name>20</Item>21</Parameter>22<Parameter Widget="Label">23<Name>Free text input</Name>24</Parameter>25<Parameter Widget="TextEdit" Enabled="True">26<Name> Free text </Name>27<Type> String </Type>28<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>29<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>30</Parameter>31</Equation>32<Solver>33<Parameter Widget="Label">34<Name> Advection-Reaction</Name>35</Parameter>36<Parameter Widget="Edit" Enabled="True">37<Name> Procedure </Name>38<DefaultValue>"AdvectionReaction" "AdvectionReactionSolver" </DefaultValue>39</Parameter>40<Parameter Widget="Label">41<Name> Options </Name>42</Parameter>43<Parameter Widget="Edit">44<Name> Equation </Name>45<Type> String </Type>46<DefaultValue> "Advection-Reaction" </DefaultValue>47<Whatis> The name of the equation. </Whatis>48<StatusTip></StatusTip>49</Parameter>50<Parameter Widget="CheckBox" Enabled="False">51<Name> Discontinuous Galerkin </Name>52<Type> Logical </Type>53<DefaultValue>True</DefaultValue>54<Whatis></Whatis>55<StatusTip> Needs to be set to true. </StatusTip>56</Parameter>57<Parameter Widget="Edit">58<Name> Variable </Name>59<Type> String </Type>60<DefaultValue> "Tracer" </DefaultValue>61<Whatis> The name of the variable.</Whatis>62<StatusTip></StatusTip>63</Parameter>64<Parameter Widget="CheckBox" Enabled="True">65<Name> Calculate Nodal Average </Name>66<Type> Logical </Type>67<Whatis>Project DG field to nodal field?</Whatis>68<StatusTip> Project DG field to nodal field? </StatusTip>69</Parameter>70<Parameter Widget="CheckBox">71<Name> Limit Solution </Name>72<Type> Logical </Type>73<Whatis> Assumes the variational inequality method to apply, if set to true. </Whatis>74<StatusTip></StatusTip>75</Parameter>76<Parameter Widget="Label">77<Name>Free text input</Name>78</Parameter>79<Parameter Widget="TextEdit" Enabled="True">80<Name> Free text </Name>81<Type> String </Type>82<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>83<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>84</Parameter>85</Solver>86<BodyForce>87<Parameter Widget="Label">88<Name>Tracer Source</Name>89</Parameter>90<Parameter Widget="Edit">91<Name>Tracer Source</Name>92<Type> Real </Type>93<Whatis> defines the volumetric source for variable c </Whatis>94</Parameter>95<Parameter Widget="Label">96<Name>Free text input</Name>97</Parameter>98<Parameter Widget="TextEdit" Enabled="True">99<Name> Free text </Name>100<Type> String </Type>101<Whatis> Free text is copied into the BodyForce-block of the SIF as such. </Whatis>102<StatusTip> Free text is copied into the BodyForce-block of the SIF as such. </StatusTip>103</Parameter>104</BodyForce>105<Material>106<Parameter Widget="Label">107<Name> Convection Velocity</Name>108</Parameter>109<Parameter Widget="Edit">110<Name>Convection Velocity 1</Name>111<Type> Real </Type>112<Whatis> Convection velocity i= 1 for the constant convection model. </Whatis>113</Parameter>114<Parameter Widget="Edit">115<Name>Convection Velocity 2</Name>116<Type> Real </Type>117<Whatis> Convection velocity i= 2 for the constant convection model. </Whatis>118</Parameter>119<Parameter Widget="Edit">120<Name>Convection Velocity 3</Name>121<Type> Real </Type>122<Whatis> Convection velocity i= 3 for the constant convection model. </Whatis>123</Parameter>124<Parameter Widget="Label">125<Name> Tracer soft limiters</Name>126</Parameter>127<Parameter Widget="Edit">128<Name>Tracer Upper Limit</Name>129<Type> Real </Type>130<Whatis> The upper limit, cmax, for variable Variable_name. Only used if keyword Limit Solution for the solver is set to true. </Whatis>131</Parameter>132<Parameter Widget="Edit">133<Name>Tracer Lower Limit</Name>134<Type> Real </Type>135<Whatis> The upper limit, cmin, for variable Variable_name. Only used if keyword Limit Solution for the solver is set to true. </Whatis>136</Parameter>137<Parameter Widget="Label">138<Name> Tracer Gamma </Name>139</Parameter>140<Parameter Widget="Edit">141<Name>Tracer Gamma</Name>142<Type> Real </Type>143<Whatis> defines the reaction rate, Γ </Whatis>144</Parameter>145<Parameter Widget="Label">146<Name>Free text input</Name>147</Parameter>148<Parameter Widget="TextEdit" Enabled="True">149<Name> Free text </Name>150<Type> String </Type>151<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>152<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>153</Parameter>154</Material>155<InitialCondition>156<Parameter Widget="Edit">157<Name>Tracer</Name>158<Type> Real </Type>159<Whatis>Sets the initial value for the scalar.</Whatis>160</Parameter>161<Parameter Widget="Label">162<Name>Free text input</Name>163</Parameter>164<Parameter Widget="TextEdit" Enabled="True">165<Name> Free text </Name>166<Type> String </Type>167<Whatis> Free text is copied into the InitialCondition-block of the SIF as such. </Whatis>168<StatusTip> Free text is copied into the InitialCondition-block of the SIF as such. </StatusTip>169</Parameter>170</InitialCondition>171<BoundaryCondition>172<Parameter Widget="Label">173<Name> Tracer </Name>174</Parameter>175<Parameter Widget="Edit">176<Name>Tracer</Name>177<Type> Real </Type>178<Whatis> sets the value for c at inflow boundaries </Whatis>179</Parameter>180<Parameter Widget="Label">181<Name>Free text input</Name>182</Parameter>183<Parameter Widget="TextEdit" Enabled="True">184<Name> Free text </Name>185<Type> String </Type>186<Whatis> Free text is copied into the BoundaryCondition-block of the SIF as such. </Whatis>187<StatusTip> Free text is copied into the BoundaryCondition-block of the SIF as such. </StatusTip>188</Parameter>189</BoundaryCondition>190</PDE>191</edf>192193194