Path: blob/devel/ElmerGUI/Application/edf-extra/fluxsolver.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="FluxSolver" >4<Name>Flux and Gradient</Name>56<Solver>7<Parameter Widget="Edit" >8<Name > Procedure </Name>9<DefaultValue> "FluxSolver" "FluxSolver" </DefaultValue>10</Parameter>1112<Parameter Widget="Edit">13<Name> Target Variable </Name>14<Whatis> The scalar variable to apply the flux computation to. Default is Temperature. </Whatis>15</Parameter>1617<Parameter Widget="Edit">18<Name> Flux Coefficient </Name>19<Whatis> The name of the material parameter used to multiply the gradient in flux computation. Default is Heat Conductivity. </Whatis>20</Parameter>2122<Parameter Widget="CheckBox">23<Name> Calculate Grad </Name>24<Whatis> Calculate the gradient of the scalar field. </Whatis>25</Parameter>2627<Parameter Widget="CheckBox">28<Name> Calculate Grad Magnitude </Name>29<Whatis> Calculate the magnitude of the gradient of the scalar field. </Whatis>30</Parameter>3132<Parameter Widget="CheckBox">33<Name> Calculate Flux </Name>34<Whatis> Calculate the flux of the scalar field. </Whatis>35</Parameter>3637<Parameter Widget="CheckBox">38<Name> Calculate Flux Magnitude </Name>39<Whatis> Calculate the magnitude of the flux of the scalar field. </Whatis>40</Parameter>4142<Parameter Widget="CheckBox">43<Name> Enforce Positive Magnitude </Name>44<Whatis> In magnitude computation use an dirty a posteriori fix to get rid of negative magnitude values. </Whatis>45</Parameter>46</Solver>4748</PDE>49</edf>505152