-
Notifications
You must be signed in to change notification settings - Fork 144
MFiX interface develop #2490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
MFiX interface develop #2490
Conversation
…us for temperary patch, CodeInterfaceBaseClass.py is changed.
…ace functionality works without generating errors.
…VEN input (i.e., <NumThreads>) is identical with the multiplication of nodesi, nodesj, and nodesk in the MFiX input file is completed.
… a relative path.
… it interfaceCheck only.
…t from the test file.
|
Job Test Ubuntu 20-2 Optional on 173e987 : invalidated by @joshua-cogliati-inl restarted civet |
joshua-cogliati-inl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick change request (I haven't done a full review). Thanks.
|
Job Test Ubuntu 18-2 Python 3 on 5c43f5a : invalidated by @joshua-cogliati-inl cleaned computer filesystem so more room available |
| self.deltaH = 0.001 # set value for the change in height | ||
| self.deltaVol = 0.1 # volume fraction assumed to be the upper limit for the bed | ||
| self.slopeStop = self.deltaVol / self.deltaH # calculate the limit on the change in slope to determine bed height | ||
| self.dPart = 2.5e-4 # particle volume (m) | ||
| # particle diameter: d_p0(1) = 6.9e-4 | ||
| # self.rTol = self.dPart / 1000 # tolerance for particle diameter | ||
| self.rTol = 2.e-3 # TODO read from MFIX input file d_p0(1) * 2 | ||
| self.rHem = 0.0045 # radius of hemispherical section at the bottom of the cone | ||
| self.hOff = self.rHem / np.tan(np.pi / 6) # height of the cone at the bottom of the cone ( height of the hemispherical section) | ||
| self.nYMesh = 115 | ||
| self.basePartFile = 'BACKGROUND_IC_*.vtp' # Polygonal data, 2D grid, like the unstructured grid, but there are no polyhedra, but only flat polygons. | ||
| self.cellPartFile = 'X_SLICE_*.vtu' # Unstructured grid: 2D or 3D grid; for every grid point all three coordinates and for each grid cell all constituent points and the cell shape are given | ||
| self.moveAgeWindow = 5 | ||
| self.errTol = 0.0001 | ||
| # self.heightBin = 0.01 | ||
| self.numParticle = 3 | ||
| self.heightBin = self.numParticle * self.dPart | ||
| self.coneRadius = 0.0254 #meters | ||
| self.coneHeight = 0.045 #meters | ||
| self.slantHeight = 0.0507204 # meters | ||
| self.cylinderAboveConeHeight = 0.17780 + self.coneHeight |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why all these geometrical hard coded variables/values?
…ode under Samplers nodes.
… script commandline is updated so that file_path in shell script is not needed anymore.
…d in the test file.
…deck - dealing with perturbation varaibles needs to be revisited.
Pull Request Description
What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
#2489
What are the significant changes in functionality due to this change request?
For Change Control Board: Change Request Review
The following review must be completed by an authorized member of the Change Control Board.
<internalParallel>to True.raven/tests/framework/user_guideandraven/docs/workshop) have been changed, the associated documentation must be reviewed and assured the text matches the example.