2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
first pass at random perturbation More... about 18 years ago
This is where the initial velocity perturbation will be defined. More... about 18 years ago
Made same fix in 3d as in 2d (giving initial temperature guess) More... about 18 years ago
Define initial temperature as guess to EOS so that all the calls will return the same value given the same initial data. More... about 18 years ago
Move scaling by (sigma / rho) from make_explicit_thermal into make_S. make_explicit_thermal now returns div (kappa grad T) with no extra scaling. More... about 18 years ago
added use probin_module so Mike can compile More... about 18 years ago
Added the thermal conduction term into the rhoh force in the predictor (predict edge states) More... about 18 years ago
before the call to mac_multigrid, initializing phi, including the ghost cells, to h^2 (or H^2). This makes sure the inflow ghost cells are initialized to a reasonable value so the laplacian evaluates nicely for the valid cells next to inflow. If you don't do this, the solution becomes discontinuous at the first valid cell, eventually blowing up the entire solution. More... about 18 years ago
replaced all incorrectly called multifab_copy_c's with setval=0 followed by plus_plus with the appropriate ghost cell alignment More... about 18 years ago
properly setting dirichlet bc's for temperature now More... about 18 years ago
minor 3d bugfix More... about 18 years ago
added more precision More... about 18 years ago
Fix which t0 we pass into thermal_half_alg -- still checks against previous code. More... about 18 years ago
We now replace temp0 by s0(:,temp_comp), which actually gives improved guesses for temperature (guesses provided by temp0) because of proper time centering. This has been tested against the old version. More... about 18 years ago
BUG! Was incorrectly loading rhoh^{2'} into rhs of second viscous solve instead of rhoh^{2}. Still seeing some Crank-Nicolson-like oscillations in the viscous solve, but it's certainly an improvement. More... about 18 years ago
Add temperature as a variable but don't do anything with it yet. More... about 18 years ago
Not all routines here need p0. More... about 18 years ago
We move nscal and ntrac to be "save"d variables in variable.f90 and no longer passed between routines. Also, nscal and ntrac are now defined in variables.f90 instead of varden.f90, which makes sense because that's where the component names/numbers were already assigned. This all makes it easier to add a new variable of any type. More... about 18 years ago
We move nscal and ntrac to be "save"d variables in variable.f90 and no longer passed between routines. Also, nscal and ntrac are now defined in variables.f90 instead of varden.f90, which makes sense because that's where the component names/numbers were already assigned. This all makes it easier to add a new variable of any type. More... about 18 years ago
Had bad tracer bc for periodic. More... about 18 years ago
add a smaller version of the problem for the test suite More... about 18 years ago
add SUCCESS so the regression test suite can trigger on compilation More... about 18 years ago
Need more precision in inlet rho value in order to get zero source at the first interior cell on the bottom. More... about 18 years ago
cleaned up the timestep routine to match nova. drastic changes here but they are easy to follow in the varden.f90 code More... about 18 years ago
get this compiling again with the new conducteos dependency More... about 18 years ago
update to a more reasonable run -- use the cooler model More... about 18 years ago
changes divu dt coefficient to 0.4 instead of 0.5 More... about 18 years ago
first dt now includes the divu timestep constraint. More... about 18 years ago
thie initial timestepping almost syncs up now, I need to put in a divu contraint in firstdt More... about 18 years ago
finished Ann's implementation for mandatory ghost cells for plus_plus, div_div, and mult_mult More... about 18 years ago