EarthBox.ModelDataContainer.BenchmarkContainer.Benchmarks — Type
Benchmarks <: CollectionContainerParameter collection for benchmark parameters.
Fields
parameters::Parameters: Parameter groups for benchmark configuration
Constructor
Benchmarks()Returns
Benchmarks: New Benchmarks parameter collection with initialized values
EarthBox.ModelDataContainer.BenchmarkContainer.ParameterCollection.Parameters — Type
Parameters <: AbstractParameterCollectionParameter collection for benchmark parameters.
Fields
iuse_ramberg_post_processing::ParameterInt: Calculate quantities for Rayleigh-Taylor benchmark: 0 = off; 1 = oniuse_viscous_block_processing::ParameterInt: Calculate quantities for viscous block benchmark: 0 = off; 1 = oniuse_conbox_post_processing::ParameterInt: Post-processing for convection in a box: 0 = off; 1 = on
Nested Dot Access
iuse_ramberg_post_processing = model.benchmarks.parameters.iuse_ramberg_post_processing.valueiuse_viscous_block_processing = model.benchmarks.parameters.iuse_viscous_block_processing.valueiuse_conbox_post_processing = model.benchmarks.parameters.iuse_conbox_post_processing.value
Constructor
Parameters()Returns
Parameters: New Parameters collection with initialized values