%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Linesource Benchmarking File MN % % Author % % Date 01.07.2020 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % ---- File specifications ---- % % Output directory OUTPUT_DIR = ../result % Output file OUTPUT_FILE = exampleMN_mono % Log directory LOG_DIR = ../result/logs % Mesh File MESH_FILE = linesource.su2 %MESH_FILE = linesource_debug.su2 % % ---- Problem description --- % PROBLEM = LINESOURCE SCATTER_COEFF = 1 % % ---- Solver specifications ---- % % Choice of basis functions SPHERICAL_BASIS = SPHERICAL_MONOMIALS % Maximal Moment degree MAX_MOMENT_SOLVER = 1 % Solver type SOLVER = MN_SOLVER % CFL number CFL_NUMBER = 0.7 % Final time for simulation TIME_FINAL = 0.5 % Reconstruction order (spatial flux) RECONS_ORDER = 1 % % ---- Entropy settings ---- % ENTROPY_FUNCTIONAL = MAXWELL_BOLTZMANN ENTROPY_OPTIMIZER = NEWTON NEURAL_MODEL = 4 % % ----- Newton Solver Specifications ---- % NEWTON_FAST_MODE = NO NEWTON_ITER = 1000 NEWTON_EPSILON = 0.01 NEWTON_STEP_SIZE = 0.7 NEWTON_LINE_SEARCH_ITER = 1000 % % ---- Boundary Conditions ---- % % Example: BC_DIRICLET = (dummyMarker1, dummyMarker2) % Dirichlet Boundary BC_DIRICHLET = ( void ) % % ----- Quadrature ---- % % Quadrature Rule QUAD_TYPE = GAUSS_LEGENDRE_TENSORIZED % Quadrature Order QUAD_ORDER = 8 % % ----- Output ---- % VOLUME_OUTPUT = (MINIMAL, MOMENTS, DUAL_MOMENTS) VOLUME_OUTPUT_FREQUENCY = 1 SCREEN_OUTPUT = (ITER, MASS, RMS_FLUX, VTK_OUTPUT, CSV_OUTPUT) SCREEN_OUTPUT_FREQUENCY = 1 HISTORY_OUTPUT = (ITER, MASS, RMS_FLUX, VTK_OUTPUT, CSV_OUTPUT) HISTORY_OUTPUT_FREQUENCY = 1