Skip to content

Commit

Permalink
Updated test log file
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Oct 27, 2023
1 parent f30f546 commit 4ae7588
Showing 1 changed file with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
T3 execution initiated on Tue Aug 15 16:39:28 2023

################################################################
# #
# The Tandem Tool (T3) #
# for automated chemical kinetic model development #
# #
# Version: 0.1.0 #
# #
################################################################


The current git HEAD for T3 is:
a29e9884c7ce4b6c99ade2c31c9fba2202947440
Tue Aug 15 16:11:06 2023 +0300
(running on the c_conc_in_sim branch)

Starting project xfa1014


Using the following arguments:

project: xfa1014
project_directory: /home/alon/Code/T3/tests/test_simulate_adapters/data/rmg_simulator_test_ranges_3c
verbose: info
t3:
options:
all_core_species: True
max_T3_iterations: 5
max_RMG_exceptions_allowed: 5
library_name: FA
sensitivity:
adapter: RMGConstantTP
SA_threshold: 0.01
pdep_SA_threshold: 0.001
ME_methods: ['MSC']
top_SA_reactions: 0
rmg:
database:
thermo_libraries: ['primaryThermoLibrary', 'BurkeH2O2', 'thermo_DFT_CCSDTF12_BAC', 'DFT_QCI_thermo', 'Spiekermann_refining_elementary_reactions', 'CurranPentane', 'CBS_QB3_1dHR', 'primaryNS']
kinetics_libraries: ['primaryH2O2', 'NOx2018', '2006_Joshi_OH_CO', 'CurranPentane', 'Klippenstein_Glarborg2016', 'C2H4+O_Klipp2017', 'FFCM1(-)', 'C2H2_init', 'Narayanaswamy', 'Mebel_C6H5_C2H2', 'C10H11', 'C12H11_pdep', 'Lai_Hexylbenzene', '1989_Stewart_2CH3_to_C2H5_H', '2001_Tokmakov_H_Toluene_to_CH3_Benzene', '2003_Miller_Propargyl_Recomb_High_P', '2005_Senosiain_OH_C2H2', 'kislovB', 'c-C5H5_CH3_Sharma', 'fascella', '2006_Joshi_OH_CO', '2009_Sharma_C5H5_CH3_highP', '2015_Buras_C2H3_C4H6_highP', 'C3', 'Methylformate', 'C6H5_C4H4_Mebel', 'vinylCPD_H', 'Mebel_Naphthyl', 'Fulvene_H']
reactors: [{'type': 'gas batch constant T P', 'T': [500.0, 2000.0], 'P': [1.0, 100.0], 'termination_time': (60.0, 's')}]
species: [{'label': 'FA', 'concentration': (1.0, 4.0), 'smiles': 'OC=O', 'observable': True}, {'label': 'N2', 'concentration': 3.76, 'smiles': 'N#N', 'reactive': False}, {'label': 'O2', 'concentration': 1.0, 'smiles': '[O][O]'}, {'label': 'OH', 'smiles': '[OH]', 'observable': True}, {'label': 'HO2', 'smiles': 'O[O]', 'observable': True}, {'label': 'H', 'smiles': '[H]', 'observable': True}, {'label': 'H2', 'smiles': '[H][H]', 'observable': True}, {'label': 'CH3', 'smiles': '[CH3]', 'observable': True}, {'label': 'CO', 'smiles': '[C-]#[O+]', 'observable': True}, {'label': 'CO2', 'smiles': 'O=C=O', 'observable': True}, {'label': 'HOCO', 'smiles': 'O[C]=O', 'observable': True}, {'label': 'OCHO', 'smiles': '[O]C=O', 'observable': True}, {'label': 'CH2O', 'smiles': 'C=O', 'observable': True}, {'label': 'HCO', 'smiles': '[CH]=O', 'observable': True}]
model:
core_tolerance: [0.2, 0.1, 0.05, 0.01, 0.001]
pdep:
method: MSC
max_grain_size: 2.0
max_number_of_grains: 250
T: [300, 2500, 10]
P: [0.1, 110, 10]
interpolation: Chebyshev
options:
save_edge: False
save_html: True
save_simulation_profiles: True
species_constraints:
allowed: ['input species', 'seed mechanisms', 'reaction libraries']
max_C_atoms: 2
max_O_atoms: 4
max_N_atoms: 0
max_Si_atoms: 0
max_S_atoms: 0
max_heavy_atoms: 5
max_radical_electrons: 1
max_singlet_carbenes: 1
max_carbene_radicals: 0
qm:
adapter: ARC
job_types:
rotors: False
level_of_theory: CBS-QB3

Running a simulation using RMGConstantTP...

0 comments on commit 4ae7588

Please sign in to comment.