wiki:GoldenVersion

Version 8 (modified by ehansen, 12 years ago) ( diff )

BackLinksMenu()

Modules for Golden Version AstroBEAR 2.0

Problem Module Numerical Module Physics Module
Disks Refinement Interface MHD
Rad shocks Sink Particles NEQ/Z
BE Co-rotating Resistivity
Magnetized Clumps Init Protections


Modules for Golden Version AstroBEAR 3.0

Problem Module Numerical Module Physics Module
Refinement Interface Heat Conduction
Roe Solver Viscosity


Test Suite Modules for AstroBEAR 2.0

Modules Owner
1DJet
1DWaves Jonathan
2DWaves Jonathan
BasicDisk Jonathan
BE_stuff Erica
Christina_Original Christina
CorotatingBinary
FieldLoopAdvection Jonathan
FillingFraction Jonathan
GravitationalCascade Jonathan
GravoTurbulence Jonathan
Ionizationtest
IsotropicTurbulence Jonathan
Marquee Jonathan
MolecularCloudFormation Jonathan
MomentumConservation
MultiClumps Jonathan
OrbitingParticles
RTInstability Eddie
ShockTubes Jonathan
SlowMolecularCloudFormation
ThermalInstability
TrueLoveProblems Jonathan - will modify this to just be rotating collapse and leave separate uniform collapse dir
UniformCollapse Jonathan

Other thoughts

  • We will all have to make sure to not check in modified problem modules…
  • And we should be careful about checking in modified data files.
  • Please use the data files in the template directory and then modify them as necessary for each problem so that every problem has consistent clear documentation
  • Also - if we want things to be runnable with gfortran - then we cannot have multiline variables in the data files… Or comment lines inside of a namelist. Not sure if this is something we care about or not. It is nice in physics.data to have full line comments in between various 'sections' for user readability… We could probably write a script for use with the gfortran compiler that would remove these lines - but it is more difficult to write a script that takes a multiline variable and shrinks it to one line. So we should probably avoid things like
    Gmx =    24, !cells in x direction
             24, !cells in y direction
             1   !cells in z direction
    
    

and instead do

Gmx = 24, 24, 1 !cells in [x,y,z] direction

to make these data files as compatible as possible.

Note: See TracWiki for help on using the wiki.