aPriori.DNS.process_species_in_chunks¶

aPriori.DNS.process_species_in_chunks(file_paths, species_file, chunk_size)¶

Reads species mass fractions in chunks from the specified files.

Parameters:¶

file_pathsdict

Dictionary containing file paths.

species_filelist

List of species file names.

chunk_sizeint

Number of elements to read per chunk.

Returns:¶

: list

List of lists containing chunks of species data.