https://github.com/geodynamics/citcoms
Revision 068a4d5422f8830d271d3290441a15b379926c67 authored by Leif Strand on 08 March 2007, 00:35:52 UTC, committed by Leif Strand on 08 March 2007, 00:35:52 UTC
1 parent b233c5a
Raw File
Tip revision: 068a4d5422f8830d271d3290441a15b379926c67 authored by Leif Strand on 08 March 2007, 00:35:52 UTC
Minor Makefile fix I made while working on Nemesis (i.e. with
Tip revision: 068a4d5
README
  * To convert pseudo-free-surface B.C. to free-slip B.C., do the following:
      1) --solver.bc.topvbc=2 --> --solver.bc.topvbc=0
      2) --solver.bc.pseudo_free_surf=on --> --solver.bc.pseudo_free_surf=off

  * To try a different hot blob, one can specify three parameters:
    1. solver.ic.blob_center: Coordinates(theta,fi,r) of the center.
    2. solver.ic.blob_radius: Radius as non-dimensional distance.
    3. solver.ic.blob_dT:     The amount of temperature increase/decrease 
	                          within the blob as non-dimensional temperature.
	
    Note: It is required to keep "solver.ic.tic_method=2" to have the initial hot blob. 
back to top