Correct parameter names. Add a little bit of commenting.
0 lines of code changed in 4 files:
Runs, progress variable, ummm, progresses. No phase change yet.
110 lines of code changed in 2 files:
swing 2 at making this file executable.
0 lines of code changed in 1 file:
made script executable.
1 lines of code changed in 1 file:
-fixed debug configure line (extra space at end)
-added comments
-removed code associated with make no_fortran
-turned on wasatch component
31 lines of code changed in 1 file:
turn off wasatch until a compiliation issue is fixed
1 lines of code changed in 1 file:
Added configure options for wasatch component.
Currently using James's 3P libraries.
Consolidated the configure_command file creation to the
"build" script.
This has not been completely tested, so please be patient.
79 lines of code changed in 4 files:
update email list and svn path
4 lines of code changed in 1 file:
first cut at getting regression tests for wasatch - just one for now
28 lines of code changed in 1 file:
Incremental work on the MPM detonation model
38 lines of code changed in 2 files:
turned off two SCI_DEBUG streams
2 lines of code changed in 1 file:
Fix parser problem finding multiple blocks for scalar transport equation diffusive convective and source terms
3 lines of code changed in 1 file:
Fix for static build of Wasatch
13 lines of code changed in 1 file:
Don't exclude SpatialOps in creating the tarball.
0 lines of code changed in 2 files:
Update documentation to version 1.3. Allow Wasatch, TabProps and
other new components in the new release.
0 lines of code changed in 24 files:
remove some tmp files
0 lines of code changed in 4 files:
Disable deletion of VarLabel objects in CoordHelper as this was causing a segfault (not sure why).
16 lines of code changed in 1 file:
Implement coordinate calculations in a seperate class. This will help with getting coordinates in rhs calculations as well as initialization.
0 lines of code changed in 4 files:
- Reformat a few things for consistency.
- Remove a few output statements.
81 lines of code changed in 2 files:
Finish generalizing the PressureBC for cylindrical geometries. PressureBC can
now be told explicitly that it is dealing with axisymmetry. This prevents the
user from needing to adjust the applied pressure to compensate. The current
code also applies pressures correctly to the end caps in the case that
axisymmetry is used.
TODO: Make the code smart enough to deal with quarter symmetry conditions.
0 lines of code changed in 8 files:
Move more of the commits and requires into getFailureStressOrStrainData
44 lines of code changed in 1 file:
Implement support for coordinate values in rhs expressions (during solution phase). Previously this was only supported for initialization.
Fix a bug on setting the z coordinates.
151 lines of code changed in 8 files:
Implement coordinate calculations in a seperate class. This will help with getting coordinates in rhs calculations as well as initialization.
378 lines of code changed in 7 files:
- Added convective flux expression.
- Modified wasatch spec file for convective flux expression.
- Added Upwind interpolation operator.
- Modified Operators.cc for upwind interpolant.
- Added test file: convection-test.ups.
- NOTE: THE UPWIND INTERPOLATION IS STILL BEING DEBUGGED.
499 lines of code changed in 4 files:
- Added support for expressions: SineFunction, GaussianFunction, and DoubleTanhFunction.
- Modified UPS specification file to support tags related to the aforementioned functions in Wasatch.
- Corrected a few typos in the comments and output messages.
40 lines of code changed in 3 files:
fixed a bug (forgot to destroy the newly created label).
1 lines of code changed in 1 file:
Fix coordinate field assignment - previously this was simply wrong.
5 lines of code changed in 1 file:
TotalLocalizedParticle option now available for all damage models in UCNH.
2 lines of code changed in 1 file:
added TotalLocalizedParticle as an output for brittle damage
used as <save label="TotalLocalizedParticle"/>; should not change results.
16 lines of code changed in 3 files:
Finish implementation of coordinates as independent variables. This now works for initial conditions. The ScalarTransportEquation.ups test case now provides coverage for a very simple case of using a coordinate as an independent variable.
18 lines of code changed in 3 files:
fix a few minor memory leaks by releasing field wrappers associated with the expression tree. These are very lightweight and get built each time a call to FieldManagerList::allocate_fields() is called. They were not being released.
6 lines of code changed in 2 files:
clean up a memory leak
1 lines of code changed in 1 file:
Change "new" to "scinew" to help track memory issues.
62 lines of code changed in 9 files:
adding file to hold common expressions
9 lines of code changed in 1 file:
adding support for loading common expressions from a text file
0 lines of code changed in 4 files:
1. Added a check for number of materials specified in the contact block; throws an exception if >2 materials specified.
2. Changed indices m and n to alpha and beta.
3. Cleaned up indenting and unnecessary lines.
97 lines of code changed in 2 files:
quiet one last warning (missed previously)
5 lines of code changed in 1 file:
Initialize a few bools (I thought they defaulted to false, but they default to true.)
5 lines of code changed in 1 file:
Fix a bug in a constructor initializer.
1 lines of code changed in 1 file:
quiet a few more warnings on my linux box.
16 lines of code changed in 2 files:
Fix parsing of linear function expressions
2 lines of code changed in 1 file:
First cut at getting coordinates into expression graphs in uintah.
The idea is that we calculate the fields once at initialization and then use them wherever needed by wrapping them in a placeholder expression. However, we actually introduce a new expression here, Coordinate, which derives from Expr::PlaceHolder. When a Coordinate expression is constructed (e.g. loaded onto an expression graph) then it will trigger Wasatch to create an expression that will populate the coordinate during initialization.
Note that this is still untested. Tony, that is up to you!
413 lines of code changed in 9 files:
added brittle damage constitutive law; currently implemented
as separate logic from what Jim has done to the interface;
should not change those results.
385 lines of code changed in 3 files:
__________________________________
NUMERICAL DUCT TAPE ALERT!
- added a user defined knob (Li_scale) so the user can scale the Li waves.
When set to a low value (0.1) the problems run semi-implicitly
give better answers.
0 lines of code changed in 4 files:
Finish (for now) the ability to prescribe a pressure BC on the ends of a
cylinder in an axisymmetric simulation.
39 lines of code changed in 5 files:
Back out the primitive variables from the temporal evolution equations.
This doesn't work but I'd like to have a record of the attempt in case I ever
want to revisit it.
162 lines of code changed in 2 files:
When specifying pressure BCs on a cylinder, the sides of the cylinder must be
specified separately from the ends. Previously, the code allowed a cylinder to
include the ends, but the resulting direction of the force from the pressure
was in the wrong direction. This change fixes that. Also beginning work on
applying a pressure BC on the end of a cylinder in axisymmetric coordinates.
43 lines of code changed in 2 files:
symbolic links to inputs/ICE/*.ups
550 lines of code changed in 4 files:
moved ups file to inputs/ICE
0 lines of code changed in 4 files:
quiet a warning
2 lines of code changed in 1 file:
- Bug fix on expression tree field registration. PlaceHolder expressions representing fields from previous timesteps need to be associated with fields coming from the old datawarehouse. These were incorrectly coming from the new datawarehouse. This checkin fixes that.
- Remove a few diagnostic outputs.
31 lines of code changed in 3 files:
Add the ability to include or exclude the ends of a cylinder when a pressure
BC is applied using the cylinder geometry object.
15 lines of code changed in 2 files:
Change failure_exponent to exponent in outputProblemSpec
1 lines of code changed in 1 file:
removed typo from delt_max
0 lines of code changed in 2 files:
To make these scripts more general changed the idea of comparisonUtils to
postProcessing tools.
40 lines of code changed in 43 files:
ignore all <replace_lines> tags if they are inside of a <!-- --> comment.
9 lines of code changed in 1 file:
Add volume scaling to the Gaussian functionality.
0 lines of code changed in 4 files:
using <= instead of < in the loops so all tests are run.
5 lines of code changed in 1 file:
Modified looping structure from foreach() -> for()
This allows the user to comment out sections of the input test file
10 lines of code changed in 1 file:
Detect if nans are present in the variables being compared and force a failure
if so.
0 lines of code changed in 2 files:
Changing a comment to be consistent with recent change to Weibull.h
1 lines of code changed in 1 file:
The Weibull distribution now expects a mean instead of a median. This change
is being made in order to make the Weibull interface more consistent with the
Gaussian interface.
0 lines of code changed in 4 files:
Change log(0.5) to log(2.0) and put a - sign in the right place to avoid
doing pow(-number,non_integer).
2 lines of code changed in 1 file:
Oops, in the previous commit, the old wrong code hadn't yet been commented out.
3 lines of code changed in 1 file:
Rewrite the unused prob function which was apparently incorrect.
10 lines of code changed in 1 file:
Picked apart the code a bit to make it easier to understand and modify. This
version does not change the answers.
16 lines of code changed in 1 file:
Change weibMod to WeibMod
1 lines of code changed in 1 file:
Add arguments to the Weibull constructor (an exponent value),
Gaussian constructor (an exponent value and a reference volume).
Not yet using any of these, that's next. Also added a particle volume as an
argument to the rand function for Gaussian. Updated the usage of these classes
in the relevant constitutive models.
51 lines of code changed in 14 files:
- update the state table for the TabProps test case
- fix a minor bug introduced in my last big checkin: forgot to make a change in the parser corresponding to the xml spec change.
- add some documentation to the FieldTypes enum and get_field_type function
- Fix TabPropsInterface.ups to conform to new input spec.
31 lines of code changed in 3 files:
quiet another warning
1 lines of code changed in 1 file:
- revise some user interface stuff to improve clarity and remove some superfluous tags. Modify input files appropriately
- rework the FieldAdaptor.h information to fix the field typing. This is the critical change for this checkin. This also goes along with some recent changes in SpatialOps.
- quiet some warnings (TaskInterface.cc, TimeStepper.cc) that were showing up on my linux box.
- add a new input file to test creation of equations on staggered cells.
101 lines of code changed in 6 files:
- Fixed the mixMW problem. This will require GS update, and addresses
the problem with Julien's commit the other day.
- Pulled a few weeds including erroneous comments and functionality
(blobInit).
- Changed Westbrook and Dryer model to not require molecular weight (it
isn't needed if X and Y are supplied)
- Updated spec accordingly
59 lines of code changed in 12 files:
Get scaling rule from the input file, options are "none" or "kayenta" at this
time. Update the ups_spec to reflect this addition as well.
1 lines of code changed in 1 file:
Comment out unused variable to quiet the compiler.
1 lines of code changed in 1 file:
First pass at saving original .ups file into the UDA. (Behind the scenes) uses 'system(cp)', which at some point may need to be replaced...
0 lines of code changed in 2 files:
added a warning to the user using the Murnahan EOS.
0 lines of code changed in 2 files:
Plot dp_drho vs rhoMicro
0 lines of code changed in 2 files:
Fixing a bug
3 lines of code changed in 1 file:
addRequires_Lodi() & preprocess_Lodi_BCs() & Li()
using "else if" instead of "if" in the control structure
FaceDensity_LODI(), FaceVel_LODI(), FaceTemp_LODI() & FacePress_LODI()
- clean up equation by using vel_norm and C instead of
vel_CC[in][P_dir] & speedSound[in]
71 lines of code changed in 1 file:
Added temperature dependent JWL to ViscoScram. This required an extra parameter be passed to computeRhoMicro called rho_guess, which has been added to all of the Constitutive Models. In all but this case it is ignored.
150 lines of code changed in 101 files:
Removin the require for fixcarb mass in problem setup to avoid to make the GS crash, setting fixcarb mass to zero by default
7 lines of code changed in 1 file:
Removing requirements for mixMW variable, variable was not initialized correctly
5 lines of code changed in 1 file:
Adding convective heat transfer coupling between particles and gas phase
325 lines of code changed in 10 files:
Enthalpy solver can now accept multiple UDF source terms.
79 lines of code changed in 3 files:
Changed cerr to cout.
0 lines of code changed in 2 files:
Update Doxygen support in Wasatch. Created several modules/groups.
341 lines of code changed in 26 files:
Added material loops to replace explicit index numbers, 0 and 1.
61 lines of code changed in 1 file:
Miscellaneous cleanup.
0 lines of code changed in 3 files:
1. Put back in the code that actually DOES the erosion, not just the tags that
know about it.
2. Major rework of the way in which damage is handled in UCNH, based on work
by Scott Bardenhagen. The major new feature is the addition of a Mohr-Coloumb
failure criteria. This addition required that the existing damage code be cleaned
up and made more general.
3. Change to the UPS_SPEC to reflect changes to UCNH.
312 lines of code changed in 7 files:
Allow variables to not be present at initialization for IO.
Previously, if a variable was created during timestepping and was requested to be output, an exception was triggered during IO for the initial condition. This checkin changes the logic so that at the initial condition any variables that do not exist will be ignored. After the first timestep, however, any non-existant variables that are requested to be output will trigger an exception.
7 lines of code changed in 1 file:
Add other Erosion Algorithms besides 'removeMass' back in.
152 lines of code changed in 13 files:
- Make the constant diffusivity specification optional not required. This was a bug in the wasatch xml spec.
- Revise the TabProps interface. There were several problems with the old user interface (parser).
- Rework the property parser a bit for TabProps. This makes contexts more consistent.
- Update an input file. We really need to get a transport equation solved (i.e. mixture fraction) and then extract transport coefficients or something from a table. This will help get a robust test case for the tabular property stuff.
57 lines of code changed in 3 files:
Add the .h file. Why am I so stupid?
151 lines of code changed in 1 file:
Add ProgramBurn
0 lines of code changed in 2 files:
Beginnings of an all MPM detonation model.
435 lines of code changed in 3 files:
* --enable-optimize now (by default) turns off assertions.
* --enable-debug defaults to turning on all assertions.
* Replaced a number of 'test' statements that use '==' with '=', as '=' is correct.
78 lines of code changed in 2 files:
Remove the last of the erosion variables from ImpMPM.cc
4 lines of code changed in 1 file:
Fixed a deadlock problem when scheduling OncePerProc tasks.
0 lines of code changed in 2 files:
Fixed coefficient in front of NC_CCweights.
17 lines of code changed in 1 file:
fix a problem with Tony's last commit and remove two dead files
0 lines of code changed in 3 files:
Made the following modifications:
1. Converted ScalarTransportEquation to template form so that it can be used for both staggered and non-staggered scalar fields.
2. Added proper functionality to the Wasatch problem specification to accommodate for staggered scalar transport.
3. Converted ScalarRHS to template form so that it conforms to other expressions that we have (i.e. DiffusiveFlux …).
4. Fixed wasatch input files.
690 lines of code changed in 14 files:
Changed the logic on culling. This appears to be correct.
8 lines of code changed in 1 file:
Passing by reference.
7 lines of code changed in 1 file:
Set rpath for boost libs
2 lines of code changed in 2 files:
Reverted 46166 and 46165
1 lines of code changed in 1 file:
Attempting to correct the logic for culling for all cases.
5 lines of code changed in 1 file:
Tweaked the logic for culling patches. The current logic was wrong and assumed 1 extra cell was being used. The new logic does not assume the number of extra cells. However, the new logic is still not completly correct because it assumes 2*numExtraCells is not equal to the patch size for each dimension... This logic should probaly be corrected.
4 lines of code changed in 1 file:
M configure
M configure.ac
- Cleaned up use of IMPORTANT_WARNINGS (is now an easy to use function)
- Turn on Wasatch automatically if all required libs are found
- Print error message if user explicitly calls for Wasatch and libs not found.
- Warn user when they specify 'optimize' but don't turn off assertions.
- Allow boost to be in /usr (but don't place -L/usr/lib and -I/usr/include
into the build system (as this can polute other things).
134 lines of code changed in 2 files:
Changing some size_t to int to quiet warnings
5 lines of code changed in 3 files:
Removed Erosion from MPM components as it is an unused feature.
16 lines of code changed in 22 files:
Hooray for Dav - Wasatch is now building. Rip out some dead code from sub.mk
0 lines of code changed in 1 file:
Added in configure flags to support Wasatch component:
--with-spatialops
--with-exprlib
M CCA/Components/Wasatch/sub.mk
* Commented out hard coded paths... James, feel free to remove that entire
block when things are working for you.
M StandAlone/sub.mk
* Link in boost if it is configured.
M configure.ac
M configure
M configVars.mk.in
* Fixes for handling spatialops, exprlib, tabprops, and boost.
426 lines of code changed in 6 files:
Removed duplicate #includes.
0 lines of code changed in 2 files:
Clean up a few things in Wasatch that were breaking - probably due to some recent commits that cleaned up some header files in the framework.
12 lines of code changed in 9 files:
Use proc0cout instead of cout when spewing out the Weibull parameters
7 lines of code changed in 1 file:
Add failureCriteria to the header file.
1 lines of code changed in 1 file:
Added code written by Scott Bardenhagen that allows for failure according to a
Mohr-Coloumb criteria. This code still has some hardwired values that will be
replaced shortly by input file parameters.
102 lines of code changed in 1 file:
Pass a seed into the Gaussian RN generator. Small change to checking the
failure criteria.
2 lines of code changed in 1 file:
Apparently stringstream.clear() does not do what I thought it did...
to clear messages call CrashPad::clearMessages()
0 lines of code changed in 2 files:
Reworked this class to make it behave like cout/cerr.
To do this use crashout as you ostream like this:
crashout << "this is some message << 5 << endl;
This will only output if the simulation crashes. It is vital
that crashout is cleared after you have passed the code you are
debugging.
To do this call:
crashout.clear();
5 lines of code changed in 3 files:
indenting
17 lines of code changed in 1 file:
Move the calculation of cohesive zone forces to be after the first contact step.
1 lines of code changed in 1 file: