Path: blob/devel/ElmerGUI/Application/edf-extra/shellsolver.xml
3204 views
<?xml version='1.0' encoding='UTF-8'?>1<!DOCTYPE edf>2<edf version="1.0" >3<PDE Name="Shell Equations" >4<Name>Shell Equations</Name>5<Solver>6<Parameter Widget="Edit" >7<Name> Procedure </Name>8<DefaultValue> "ShellSolver" "ShellSolver" </DefaultValue>9</Parameter>1011<Parameter Widget="Label"> <Name> Miscellaneous options</Name> </Parameter>12<Parameter Widget="CheckBox">13<Name> Large Deflection </Name>14<Whatis> If checked use large deflection theory. </Whatis>15</Parameter>1617<Parameter Widget="CheckBox" Enabled="True">18<Name> Displace mesh </Name>19<Whatis> Displace mesh with the solution (or not).</Whatis>20</Parameter>2122<Parameter Widget="Label">23<Name> Free text input </Name>24</Parameter>2526<Parameter Widget="TextEdit" Enabled="True">27<Name> Free text </Name>28<Type> String </Type>29<Whatis> Free text is copied into the Solver-block of the SIF as such. </Whatis>30<StatusTip> Free text is copied into the Solver-block of the SIF as such. </StatusTip>31</Parameter>3233</Solver>3435<Equation>3637<Parameter Widget="Label">38<Name> Free text input </Name>39</Parameter>4041<Parameter Widget="TextEdit" Enabled="True">42<Name> Free text </Name>43<Type> String </Type>44<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>45<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>46</Parameter>4748</Equation>4950<InitialCondition>5152<Parameter Widget="Label">53<Name> Free text input </Name>54</Parameter>5556<Parameter Widget="TextEdit" Enabled="True">57<Name> Free text </Name>58<Type> String </Type>59<Whatis> Free text is copied into the Initial Condition-block of the SIF as such. </Whatis>60<StatusTip> Free text is copied into the Initial Condition-block of the SIF as such. </StatusTip>61</Parameter>6263</InitialCondition>6465<BodyForce>66<Parameter Widget="Label"> <Name> Pressure </Name> </Parameter>67<Parameter Widget="Edit">68<Name> Normal Pressure </Name>69<SifName> Normal Pressure </SifName>70<Whatis> Pressure normal to boundary. </Whatis>71</Parameter>7273<Parameter Widget="Label">74<Name> Free text input </Name>75</Parameter>7677<Parameter Widget="TextEdit" Enabled="True">78<Name> Free text </Name>79<Type> String </Type>80<Whatis> Free text is copied into the Body Force-block of the SIF as such. </Whatis>81<StatusTip> Free text is copied into the Body Force-block of the SIF as such. </StatusTip>82</Parameter>8384</BodyForce>8586<Material>87<Parameter Widget="Label" > <Name> Properties </Name> </Parameter>88<Parameter Widget="Edit" >89<Name>Youngs modulus</Name>90<Whatis> The elastic modulus must be given with this keyword. </Whatis>91</Parameter>9293<Parameter Widget="Edit" >94<Name>Poisson ratio</Name>95<Whatis> For isotropic materials Poisson ratio must be given with this keyword. </Whatis>96</Parameter>9798<Parameter Widget="Edit" >99<Name>Shell Thickness</Name>100<Whatis> Set thickness of shell elements. </Whatis>101</Parameter>102103<Parameter Widget="Label">104<Name> Free text input </Name>105</Parameter>106107<Parameter Widget="TextEdit" Enabled="True">108<Name> Free text </Name>109<Type> String </Type>110<Whatis> Free text is copied into the Material-block of the SIF as such. </Whatis>111<StatusTip> Free text is copied into the Material-block of the SIF as such. </StatusTip>112</Parameter>113114</Material>115116<BoundaryCondition>117118<Parameter Widget="Label"> <Name> Dirichlet Conditions </Name> </Parameter>119<Parameter Widget="Edit">120<Name> U 1 </Name>121<Whatis> Dirichlet condition for the displacement in coordinate direction 1. </Whatis>122</Parameter>123<Parameter Widget="Edit">124<Name> U 2 </Name>125126<Whatis> Dirichlet condition for the displacement in coordinate direction 2. </Whatis>127</Parameter>128<Parameter Widget="Edit">129<Name> U 3 </Name>130131<Whatis> Dirichlet condition for the displacement in coordinate direction 3. </Whatis>132</Parameter>133134<Parameter Widget="Edit">135<Name> DNU 1 </Name>136137<Whatis> Dirichlet condition for the displacement in coordinate direction 1. </Whatis>138</Parameter>139<Parameter Widget="Edit">140<Name> DNU 2 </Name>141142<Whatis> Dirichlet condition for the displacement in coordinate direction 2. </Whatis>143</Parameter>144<Parameter Widget="Edit">145<Name> DNU 3 </Name>146147<Whatis> Dirichlet condition for the displacement in coordinate direction 3. </Whatis>148</Parameter>149150<Parameter Widget="Label">151<Name> Free text input </Name>152</Parameter>153154<Parameter Widget="TextEdit" Enabled="True">155<Name> Free text </Name>156<Type> String </Type>157<Whatis> Free text is copied into the Boundary Condition-block of the SIF as such. </Whatis>158<StatusTip> Free text is copied into the Boundary Condition-block of the SIF as such. </StatusTip>159</Parameter>160161</BoundaryCondition>162</PDE>163</edf>164165166