Difference between revisions of "Explicit Grid Boundary Conditions"

From OSUPDOCS
Jump to navigation Jump to search
Line 12: Line 12:
where the text of the <tt><fix></tt> tag (i.e., <tt>(velocity)</tt>) is the value of the fixed velocity with standard units of mm/sec. The attributes of the <tt><fix></tt> element are:
where the text of the <tt><fix></tt> tag (i.e., <tt>(velocity)</tt>) is the value of the fixed velocity with standard units of mm/sec. The attributes of the <tt><fix></tt> element are:


* <tt>dof</tt> determines if the x direction ((dir)=1), the y direction ((dir)=2), the z direction ((dir)=3), the R direction when axisymetric ((dir)=1), or the Z direction when axisymmetric ((dir)=2) will have the specified velocity. You can also set velocity in a direction that is not along an axis. For details see help on [[Setting Velocity, Temperature, and Concentration#Skewed Boundary Conditions|skewed velocity conditions]], which modifies the <tt>dof</tt> attribute and adds <tt>angle</tt> and <tt>angle2</tt> attibutes to define the [[Setting Velocity, Temperature, and Concentration#Skewed Boundary Conditions|skew angle]].
* <tt>dof</tt> determines if the x direction ((dir)=1), the y direction ((dir)=2), the z direction ((dir)=3), the R direction when axisymetric ((dir)=1), or the Z direction when axisymmetric ((dir)=2) will have the specified velocity. You can also set velocity in a direction that is not along an axis. For details see help on [[Setting Velocity, Temperature, and Concentration#Skewed Velocity Conditions|skewed velocity conditions]], which modifies the <tt>dof</tt> attribute and adds <tt>angle</tt> and <tt>angle2</tt> attibutes to define the [[Setting Velocity, Temperature, and Concentration#Skewed Velocity Conditions|skew angle]].
* <tt>(style)</tt> specifies the style of the applied velocity. Each velocity depends on two parameters specified by arguments (velocity) and (time). If either argument is not supplied, they are set to zero. The styles are described below. The standard units are mm/s for (velocity) and ms for (time) (but the units may change depending on the (style) setting). When using an arbitrary function (see (style)=6) the<tt>(velocity)</tt> text should be the a user-defined function of t (in ms) that evaluates to velocity in mm/s. If this attribute is omitted, it is assumed to be 1.
* <tt>(style)</tt> specifies the style of the applied velocity. Each velocity depends on two parameters specified by arguments (velocity) and (time). If either argument is not supplied, they are set to zero. The styles are described below. The standard units are mm/s for (velocity) and ms for (time) (but the units may change depending on the (style) setting). When using an arbitrary function (see (style)=6) the<tt>(velocity)</tt> text should be the a user-defined function of t (in ms) that evaluates to velocity in mm/s. If this attribute is omitted, it is assumed to be 1.
* (id) - this attribute specifies and ID for the boundary condition.
* (id) - this attribute specifies and ID for the boundary condition.

Revision as of 13:55, 24 December 2013

Introduction

If needed, velocity boundary conditions can be explicitly assigned to numbered nodes by using <fix> elements within the single <DisplacementBCs> element. This approach can only be used in XML input files and is rarely used, except perhaps in separate software or scripts that create an XML input file automatically. The more common way to create boundary conditions on nodes is to use shape commands.

Explicit Velocity Conditions

An explicit velocity is assigned to one node with a <fix> element:

<fix node='(node)' dof='(dir)' style='(style)' time='(time)' id='(id)'>(velocity)</fix>

where the text of the <fix> tag (i.e., (velocity)) is the value of the fixed velocity with standard units of mm/sec. The attributes of the <fix> element are:

  • dof determines if the x direction ((dir)=1), the y direction ((dir)=2), the z direction ((dir)=3), the R direction when axisymetric ((dir)=1), or the Z direction when axisymmetric ((dir)=2) will have the specified velocity. You can also set velocity in a direction that is not along an axis. For details see help on skewed velocity conditions, which modifies the dof attribute and adds angle and angle2 attibutes to define the skew angle.
  • (style) specifies the style of the applied velocity. Each velocity depends on two parameters specified by arguments (velocity) and (time). If either argument is not supplied, they are set to zero. The styles are described below. The standard units are mm/s for (velocity) and ms for (time) (but the units may change depending on the (style) setting). When using an arbitrary function (see (style)=6) the(velocity) text should be the a user-defined function of t (in ms) that evaluates to velocity in mm/s. If this attribute is omitted, it is assumed to be 1.
  • (id) - this attribute specifies and ID for the boundary condition.