Difference between revisions of "Particle-Based Boundary Conditions"
Line 6: | Line 6: | ||
== Particle-Based Boundary Condition in Scripted Files == | == Particle-Based Boundary Condition in Scripted Files == | ||
All particle-based boundary conditions are created by a series of [[Particle BC Shape Commands|shape commands]]. The shape commands define shapes (lines or arcs) and all | All particle-based boundary conditions are created by a series of [[Particle BC Shape Commands|shape commands]] that select particles in the simulation. The [[Particle BC Shape Commands|shape commands]] define shapes (lines or arcs) and all particles withing those shapes are selected.. In scripted 2D simulations, the commands are | ||
* [[Particle BC Shape Commands#Line (2D or Axisymmetric)|LoadLine]] - select particles along a line | |||
* [[Particle BC Shape Commands#Arc (2D or Axisymmetric)|LoadArc]] - select particles along an arc | |||
* [[Particle BC Shape Commands#Arc (2D or Axisymmetric)|LoadRect]] - select partiles within a rectangle | |||
In scripted 3D simulations, the commands is: | |||
* [[Particle BC Shape Commands#Box or Cylinder (3D)|LoadBox]] - select particles within a box or a cylinder | |||
The commands within these [[Particle BC Shape Commands|shape commands]] are used to set [[Setting Forces and Fluxes|load, traction, heat flux, and/or concentration flux conditions]]. | The commands within these [[Particle BC Shape Commands|shape commands]] are used to set [[Setting Forces and Fluxes|load, traction, heat flux, and/or concentration flux conditions]]. |
Revision as of 09:06, 7 February 2014
Introduction
Particle-based boundary conditions are used to apply conditions directly to particles for loads, tractions, heat fluxes, and concentration fluxes. Particle-based boundary conditions are typically applied to particles on the boundary of the object. Besides particle conditions, simulations can set Grid-Based Boundary Conditions.
Particle-Based Boundary Condition in Scripted Files
All particle-based boundary conditions are created by a series of shape commands that select particles in the simulation. The shape commands define shapes (lines or arcs) and all particles withing those shapes are selected.. In scripted 2D simulations, the commands are
- LoadLine - select particles along a line
- LoadArc - select particles along an arc
- LoadRect - select partiles within a rectangle
In scripted 3D simulations, the commands is:
- LoadBox - select particles within a box or a cylinder
The commands within these shape commands are used to set load, traction, heat flux, and/or concentration flux conditions.
Particle-Based Boundary Condition in XML Files
All particle-based boundary conditions must be set up within a single <ParticleBCs> element. The format is
<ParticleBCs> (one or more particle BC shape commands) ... <LoadBCs> (one or more explicit boundary conditions) </LoadBCs > </GridBCs>
There are two ways to specify particle boundary conditions. The most common approach is to generate boundary conditions using one or more shape commands to select particles and assign specified load, traction, heat flux, and or concentration flux conditions to those particles. The other way is to explicitly list each particle condition. The explicit method is shown in the <LoadBCs> section above; it is limited to load conditions, and is usually generated with other software. You can use both shape commands and a <LoadBCs> section in the same input file.