forked from idaholab/magpie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional documentation (idaholab#367)
- Loading branch information
Sebastian Schunert
committed
Nov 30, 2019
1 parent
3143822
commit 690ff8c
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# MDGranularPorosityAux | ||
|
||
!syntax description /AuxKernels/MDGranularPorosityAux | ||
|
||
Computes porosity $\phi$ or packing fraction $1 - \phi$ and injects it into and aux variable. | ||
The packing fraction is obtained from an `MDRunBase` object. The `MDRunBase` object needs | ||
to operate in `granular` mode which is triggered by providing the `radius` property | ||
in the `md_particle_properties` parameter. | ||
|
||
!syntax parameters /AuxKernels/MDGranularPorosityAux | ||
|
||
!syntax inputs /AuxKernels/MDGranularPorosityAux | ||
|
||
!syntax children /AuxKernels/MDGranularPorosityAux | ||
|
||
!bibtex bibliography |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# MDGranularPropertyAux | ||
|
||
!syntax description /AuxKernels/MDGranularPropertyAux | ||
|
||
Injects properties collected for MD particles from MDRunBase object user_object into auxiliary variable. | ||
The properties are obtained from an `MDRunBase` object. The list of available properties is: | ||
velocity in $x, y, z$ `vel_x`, `vel_y`, `vel_z`; force in $x, y, z$ `force_x`, `force_y`, `force_z`; | ||
charge, and radius. | ||
|
||
!syntax parameters /AuxKernels/MDGranularPropertyAux | ||
|
||
!syntax inputs /AuxKernels/MDGranularPropertyAux | ||
|
||
!syntax children /AuxKernels/MDGranularPropertyAux | ||
|
||
!bibtex bibliography |