Path: blob/devel/ElmerGUI/Application/edf-extra/vorticitysolver.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="VorticitySolver" >4<Name>Vorticity</Name>56<Solver>7<Parameter Widget="Edit" >8<Name > Procedure </Name>9<DefaultValue> "VorticitySolver" "VorticitySolver" </DefaultValue>10</Parameter>1112<Parameter Widget="Edit">13<Name> Target Variable </Name>14<Whatis> The vector variable to apply the vorticity computation to. Default is Velocity. </Whatis>15</Parameter>1617<Parameter Widget="Edit">18<Name> Vorticity Coefficient </Name>19<Whatis> The name of the material parameter used to multiply the gradient in vorticity computation. </Whatis>20</Parameter>2122<Parameter Widget="CheckBox">23<Name> Constant Bulk Matrix </Name>24<Whatis> Reuse the same bulk matrix when returning to the same solver. </Whatis>25</Parameter>2627</Solver>2829</PDE>30</edf>313233