Ax-aware plotting, More PDFs, improve format
This commit is contained in:
@@ -7,6 +7,8 @@ plot : # Plot parameters
|
||||
# Overlays
|
||||
vel_red : 40 # Take point each vel_red for velocities
|
||||
|
||||
time_fmt : "time = {:.3g} {}" # Time format string, 1st field is time and 2nd is unit
|
||||
|
||||
disk: # Disk speficic parameters
|
||||
enable : False # Enable specific disk analysis
|
||||
pos_star : [1., 1., 1.] # Position of the central star
|
||||
@@ -63,6 +65,7 @@ out: # Parameters for post processing
|
||||
process: # General setting of the post-processor module
|
||||
verbose : True # Give more infos on what is going on
|
||||
num_process : 1 # Number of forks
|
||||
save_cells : True # Save cells structure on disk
|
||||
|
||||
rules: # Specific rules parameters
|
||||
turb_energy_threshold : -1 # Remove invalid data (<0 = no threshold)
|
||||
|
||||
Reference in New Issue
Block a user