Explicit Particle Boundary Conditions

From OSUPDOCS
Jump to navigation Jump to search

Introduction

If needed, particle load boundary conditions can be explicitly assigned to numbered particles by using <load> elements within the single <LoadBCs> 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 it to assign boundary conditions to a block of particles suing shapes.

Explicit Load Conditions

An explicit load is assigned to one particle with a <load> element:

<load pt='(num)' dof='(dir)' style='(style)'>(load)</load>

where the text of the <load> tag (i.e., (load)) is the value of the fixed velocity in velocity units and it can be a user-defined function of position. The attributes of the <load> 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.
  • (style) specifies the style of the applied load. The resulting load is specified by two arguments (value)=(load) and (time)=0 (because this command cannot set (time)). The standard units are force units for (load). When using an arbitrary function (see (style)=6) the(load) text should be the a user-defined function of t (in alt time units) that evaluates to load in force units. If this attribute is omitted, it is assumed to be 1 (or a constant force).