Path: blob/devel/ElmerGUI/Application/edf-extra/model-pde.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Model PDE" >4<Name>Model PDE</Name>56<Solver>7<Parameter Widget="Edit" >8<Name > Procedure </Name>9<DefaultValue> "ModelPDE" "AdvDiffSolver" </DefaultValue>10</Parameter>11<Parameter Widget="Edit">12<Name> Variable </Name>13<DefaultValue> Field </DefaultValue>14</Parameter>15</Solver>1617<BodyForce>18<Parameter Widget="Label" > <Name> Source term </Name> </Parameter>19<Parameter Widget="Edit">20<Name> Field Source </Name>21<Whatis> A source for the advection-diffusion-reaction equation may be given with this keyword. </Whatis>22</Parameter>23</BodyForce>2425<Material>26<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>27<Parameter Widget="Edit" >28<Name> Diffusion Coefficient </Name>29<Whatis> Give value to diffusivity material property. </Whatis>30</Parameter>31<Parameter Widget="Edit" >32<Name> Reaction Coefficient </Name>33<Whatis> Give value to reaction coefficient. </Whatis>34</Parameter>35<Parameter Widget="Edit" >36<Name> Time Derivative Coefficient </Name>37<Whatis> Give the multiplier to the time-derivative term for transient cases. </Whatis>38</Parameter>39<Parameter Widget="Edit" >40<Name> Convection Coefficient </Name>41<Whatis> Give the multiplier to the convection velocity.</Whatis>42</Parameter>43<Parameter Widget="Edit">44<Name> Convection Velocity 1</Name>45<WhatIs> Convection velocity in direction x.</WhatIs>46</Parameter>47<Parameter Widget="Edit">48<Name> Convection Velocity 2</Name>49<WhatIs> Convection velocity in direction y.</WhatIs>50</Parameter>51<Parameter Widget="Edit">52<Name> Convection Velocity 3</Name>53<WhatIs> Convection velocity in direction z.</WhatIs>54</Parameter>55</Material>5657<InitialCondition>58<Parameter Widget="Label" > <Name> Variables </Name> </Parameter>59<Parameter Widget="Edit">60<Name> Field </Name>61<Whatis> Give initial field value. </Whatis>62</Parameter>63</InitialCondition>6465<BoundaryCondition>66<Parameter Widget="Label" > <Name> Dirichlet Conditions </Name> </Parameter>67<Parameter Widget="Edit">68<Name> Field </Name>69<Whatis> Give the field value for this boundary. </Whatis>70</Parameter>7172<Parameter Widget="Label" > <Name> Neumann and Robin conditions </Name> </Parameter>73<Parameter Widget="Edit">74<Name> Field Flux </Name>75<Whatis> Neumann condition for the field. </Whatis>76</Parameter>77<Parameter Widget="Edit">78<Name> Robin Coefficient </Name>79<Whatis> Multiplier of the Robin Boundary Condition. </Whatis>80</Parameter>81<Parameter Widget="Edit">82<Name> External Field </Name>83<Whatis> External field value for Robin boundary condition. </Whatis>84</Parameter>8586</BoundaryCondition>87</PDE>88</edf>899091