add 6 regression tests for embedded geometry.
12 lines of code changed in 1 file:
Assert that mole fractions of participating
species aren't negative before using them
in the radiation property calculator.
2 lines of code changed in 1 file:
added hack to fix the compile issue. To fix the linking error is non-trivial.
3 lines of code changed in 1 file:
90% done. Now testing.
228 lines of code changed in 2 files:
Bug fix for first step in new level of data
onion. This will change the answers on the
data onion regression test.
Todd- Can you update the GS for me?
2 lines of code changed in 1 file:
Updated Benchmarks.lyx documentation. Added
RMCRT_io.txt to make explicit to users of RMCRT
what the input requirements are, and what the
output of RMCRT is.
0 lines of code changed in 2 files:
It's partially working. Still need to incorporate the MPM energy contributions
and user defined planes for computing the in/out fluxes.
442 lines of code changed in 2 files:
Wasatch now adopts extra cells exclusively. All regression tests with boundary conditions will fail due inability of compare_uda to compare patches with and without extra cells. Regression tests have been checked for sanity. I will update the failing tests tomorrow morning.
106 lines of code changed in 3 files:
Bringing interpolateToParticlesAndUpdate a bit more in line with SerialMPM in
preparation for larger changes.
91 lines of code changed in 1 file:
Don't email Alan anymore when goldstandards are updated.
2 lines of code changed in 1 file:
I think that Qingyu meant to call this setExtraCells instead of setExtraCell.
2 lines of code changed in 3 files:
Remove commented out code related to add_material which has been removed.
0 lines of code changed in 1 file:
Add preGridProblemSetup() for simulation component to allow problem setup before grid setup.
Add setExtraCell() to Grid class, this method can only be called when grid has not setup.
30 lines of code changed in 4 files:
Compute volume_new base on Fnew
1 lines of code changed in 1 file:
Move the Membrane model to the UnusedCM. Correct volume update in HypoElastic
to use J=det(Fnew).
749 lines of code changed in 7 files:
Use J from the new F.
1 lines of code changed in 1 file:
Get this model running again.
8 lines of code changed in 1 file:
More work on 1st law analysis module. It needs to be filled in.
205 lines of code changed in 3 files:
Adding some comments on the status of reduction variables.
14 lines of code changed in 1 file:
Fix a numerical error. This will change the qmom-realizable gold standard.
5 lines of code changed in 1 file:
Add comments better describing what is going on in the CBDI code, and
suggest some optimization.
8 lines of code changed in 1 file:
Fix an index typo in transform matrix
1 lines of code changed in 1 file:
Fix two errors in the outputProblemSpec.
6 lines of code changed in 1 file:
Header file didn't make it in the last commit.
1 lines of code changed in 1 file:
Slight variable name change in WallModelDriver.cc
Added two new input files for testing the new wall models.
Added one new input file for testing properties with rmcrt/dom.
2 lines of code changed in 1 file:
Make this nan/inf check work for large negative numbers too.
2 lines of code changed in 1 file:
fix relaxation reading method and update wallBCHT::region
5 lines of code changed in 2 files:
Cleanup embedded geometry interface. reduce input file complexity. refactor scalar and moment transport equations to make use of the new embedded geometry interface.
197 lines of code changed in 12 files:
One too many modifies for temperature.
0 lines of code changed in 1 file:
Adding solver parameters to the input file for RegionalHT.
Force the calc_frequency to be the same as the radiation solver calc
frequency. This will avoid redundant specification and should make the
wall HT model update the same time the radiation solver is updating. I
don't see a point in having them solve at different frequencies.
39 lines of code changed in 1 file:
Clean-up. Added some paramters to the input file.
35 lines of code changed in 2 files:
Fix a typo in previous commit.
Generalizing the simpleHT model and adding options to the input file.
14 lines of code changed in 2 files:
Repair some faulty logic.
63 lines of code changed in 1 file:
Fixed a few bugs in the table generator, and added header info.
24 lines of code changed in 1 file:
More work on the wall heat transfer model. Added a temporary copy of
the temperature field to allow for copying over the boundary temperature solution on
timesteps where the wall model isn't solved.
Also added some whitespace and replaced a hard-coded constant.
412 lines of code changed in 2 files:
revert a line of code that I inadvertently committed.
1 lines of code changed in 1 file:
Add volume fractions to the initialization tasks. Multiply initial conditions by the volume fractions.
126 lines of code changed in 9 files:
sched_computeProp() & computeProp()
The scheduling of the variables is now consistent with what is done in the task.
inputs/ARCHES/RMCRT/methane_rmcrt.ups now runs on multiple patches per
core.
removed tabs.
formatting.
27 lines of code changed in 1 file:
updated wall heat transfer models by introducing an iterative method to calculate the final wall temperature
42 lines of code changed in 2 files: