IO - Functions
Index
PeriLab.IO.BondBlockPeriLab.IO._init_overlap_map_PeriLab.IO.arcPeriLab.IO.area_of_polygonPeriLab.IO.bond_component_sizePeriLab.IO.bond_element_id_offsetPeriLab.IO.bond_export_sizesPeriLab.IO.calculate_blockPeriLab.IO.calculate_nodelistPeriLab.IO.calculate_volumePeriLab.IO.check_block_selectionPeriLab.IO.check_for_duplicate_in_dataframePeriLab.IO.check_mesh_elementsPeriLab.IO.check_types_in_dataframePeriLab.IO.clearNP1PeriLab.IO.close_result_filePeriLab.IO.close_result_filesPeriLab.IO.close_result_filesPeriLab.IO.compute_bond_connectivityPeriLab.IO.create_and_distribute_bond_normPeriLab.IO.create_distributionPeriLab.IO.create_distribution_neighbor_basedPeriLab.IO.create_distribution_node_basedPeriLab.IO.create_global_to_local_mappingPeriLab.IO.create_neighborhoodlistPeriLab.IO.create_overlap_mapPeriLab.IO.create_result_filePeriLab.IO.create_result_filePeriLab.IO.csv_readerPeriLab.IO.define_nsetsPeriLab.IO.delete_filesPeriLab.IO.distribute_neighborhoodlist_to_coresPeriLab.IO.distribution_to_coresPeriLab.IO.element_block_sizesPeriLab.IO.element_distributionPeriLab.IO.exodus_num_nodesPeriLab.IO.extrude_surface_meshPeriLab.IO.find_global_core_value!PeriLab.IO.gather_bond_valuesPeriLab.IO.get_block_nodesPeriLab.IO.get_bond_geometryPeriLab.IO.get_file_sizePeriLab.IO.get_global_valuesPeriLab.IO.get_local_element_topologyPeriLab.IO.get_local_neighborsPeriLab.IO.get_local_overlap_mapPeriLab.IO.get_mpi_rank_stringPeriLab.IO.get_number_of_neighbornodesPeriLab.IO.get_paraview_coordinatesPeriLab.IO.get_results_mappingPeriLab.IO.global_value_avgPeriLab.IO.global_value_maxPeriLab.IO.global_value_minPeriLab.IO.global_value_sumPeriLab.IO.hex8_volumePeriLab.IO.hex8_volumePeriLab.IO.init_bond_information_exportPeriLab.IO.init_dataPeriLab.IO.init_orientationsPeriLab.IO.init_results_in_exodusPeriLab.IO.init_write_resultsPeriLab.IO.initialize_dataPeriLab.IO.is_bond_field_typePeriLab.IO.linearPeriLab.IO.load_and_evaluate_meshPeriLab.IO.local_nodes_from_dictPeriLab.IO.merge_exodus_filePeriLab.IO.merge_exodus_filesPeriLab.IO.movementPeriLab.IO.neighborsPeriLab.IO.node_distributionPeriLab.IO.open_result_filePeriLab.IO.paraview_specificsPeriLab.IO.parseLinePeriLab.IO.read_external_topologyPeriLab.IO.read_inputPeriLab.IO.read_input_filePeriLab.IO.read_meshPeriLab.IO.resolve_block_selectionPeriLab.IO.set_anglesPeriLab.IO.set_dofPeriLab.IO.set_output_frequencyPeriLab.IO.show_block_summaryPeriLab.IO.show_mpi_summaryPeriLab.IO.split_output_fieldsPeriLab.IO.stripCommentsPeriLab.IO.tetrahedron_volumePeriLab.IO.tetrahedron_volumePeriLab.IO.wedge6_volumePeriLab.IO.write_bond_results_in_exodusPeriLab.IO.write_global_results_in_csvPeriLab.IO.write_global_results_in_exodusPeriLab.IO.write_nodal_results_in_exodusPeriLab.IO.write_pd_mesh_arcPeriLab.IO.write_resultsPeriLab.IO.write_step_and_timePeriLab.Parameter_Handling._get_valuesPeriLab.Parameter_Handling.check_for_duplicatesPeriLab.Parameter_Handling.get_all_keysPeriLab.Parameter_Handling.get_anglesPeriLab.Parameter_Handling.get_bc_definitionsPeriLab.Parameter_Handling.get_block_names_and_idsPeriLab.Parameter_Handling.get_bond_filtersPeriLab.Parameter_Handling.get_calculation_optionsPeriLab.Parameter_Handling.get_computesPeriLab.Parameter_Handling.get_computes_namesPeriLab.Parameter_Handling.get_densityPeriLab.Parameter_Handling.get_end_timePeriLab.Parameter_Handling.get_external_topology_namePeriLab.Parameter_Handling.get_fem_blockPeriLab.Parameter_Handling.get_final_timePeriLab.Parameter_Handling.get_fixed_dtPeriLab.Parameter_Handling.get_flush_filePeriLab.Parameter_Handling.get_headerPeriLab.Parameter_Handling.get_heat_capacityPeriLab.Parameter_Handling.get_horizonPeriLab.Parameter_Handling.get_initial_timePeriLab.Parameter_Handling.get_max_damagePeriLab.Parameter_Handling.get_mesh_namePeriLab.Parameter_Handling.get_model_optionsPeriLab.Parameter_Handling.get_model_parameterPeriLab.Parameter_Handling.get_node_setsPeriLab.Parameter_Handling.get_nstepsPeriLab.Parameter_Handling.get_numerical_dampingPeriLab.Parameter_Handling.get_output_fieldnamesPeriLab.Parameter_Handling.get_output_filenamesPeriLab.Parameter_Handling.get_output_frequenciesPeriLab.Parameter_Handling.get_output_typePeriLab.Parameter_Handling.get_output_variablesPeriLab.Parameter_Handling.get_outputsPeriLab.Parameter_Handling.get_safety_factorPeriLab.Parameter_Handling.get_solver_namePeriLab.Parameter_Handling.get_solver_paramsPeriLab.Parameter_Handling.get_solver_stepsPeriLab.Parameter_Handling.get_start_timePeriLab.Parameter_Handling.get_write_after_damagePeriLab.Parameter_Handling.validate_structure_recursivePeriLab.Parameter_Handling.validate_yaml
IO
PeriLab.IO._init_overlap_map_ — Method
_init_overlap_map_(size)Initialize the overlap map.
Arguments
size::Int64: The number of ranks.
Returns
overlap_map::Dict{Int64,Dict{Int64,Dict{String,Vector{Int64}}}}: The overlap map.
PeriLab.IO.arc — Method
arc(cmds, dataobject, clockwise::Bool)G02/G03 arc interpolation with extrusion. Computes points along a circular arc defined by the destination (X, Y) and either the I, J offset of the arc center or the R radius. Follows the same no-E-axis convention as linear.
PeriLab.IO.area_of_polygon — Method
area_of_polygon(vertices)Calculate the area of a polygon.
Arguments
vertices: The vertices of the polygon.
Returns
area: The area of the polygon.
PeriLab.IO.bond_component_size — Method
bond_component_size(datafield)Returns the size of a single bond value, i.e. () for a scalar bond field, (dof,) for a vector one such as Deformed Bond Geometry, and (i_dof, j_dof) for a tensor one.
Handles both the nested layout PeriLab uses for bond fields (field[node][neighbor][...]) and a flat one (field[node][neighbor, ...]). Nodes without neighbours are skipped, so a boundary node cannot make a vector field look scalar.
Arguments
datafield: The bond field, indexed by node
Returns
::Tuple: The component size
PeriLab.IO.bond_element_id_offset — Method
bond_element_id_offset(element_ids, n_bond_elements)Returns the offset after which this rank numbers its bond elements: bond element ids start after all node elements and are then handed out rank by rank.
rank 0: base + 1 ... base + n_0
rank 1: base + n_0 + 1 ... base + n_0 + n_1
rank 2: base + n_0 + n_1 + 1 ... base + n_0 + n_1 + n_2base is the total number of nodes over all ranks, so the bond ids start behind the node elements. n_r is the bond count of rank r, obtained from an Allgather, so every rank can compute the sum of all lower ranks itself.
Points and FE elements take their global ids from loc_to_glob, because there is exactly one element per node. A node owns many bonds, so that map cannot be reused.
A directed bond i -> j is written only by the rank owning node i, so nothing has to be merged; the ranges only have to be disjoint.
Calls MPI.Allreduce and MPI.Allgather, so every rank has to reach this function, including ranks that hold no bonds at all.
Arguments
element_ids::AbstractVector: Element ids already assigned on this rank, used as the base in the serial case and for the FE partn_bond_elements::Int64: Number of bond elements on this rank
Returns
::Int64: Offset for the first bond element id of this rank
PeriLab.IO.bond_export_sizes — Method
bond_export_sizes(bond_blocks)Returns the numbers needed by create_result_file for a given bond connectivity.
Arguments
bond_blocks: Result ofcompute_bond_connectivity
Returns
n_bond_elements::Int64: Total number of BAR2 elementsn_bond_blocks::Int64: Number of additional element blocks
PeriLab.IO.calculate_block — Method
calculate_block( field_key::String, dof::Int64, calculation_type::String, block::Int64)Calculate the global value of a field for a given block.
Arguments
field_key::String: Field key.dof::Union{Int64,Vector{Int64}}: Degree of freedomcalculation_type::String: Calculation type.block::Int64: Block number.
Returns
value::Float64: Global value.nnodes::Int64: Number of nodes.
PeriLab.IO.calculate_nodelist — Method
calculate_nodelist(field_key::String, dof::Union{Int64,Vector{Int64}}, calculation_type::String, local_nodes::Vector{Int64})Calculate the global value of a field for a given set of nodes.
Arguments
field_key::String: Field key.dof::Union{Int64,Vector{Int64}}: Degree of freedomcalculation_type::String: Calculation type.local_nodes::Vector{Int64}: Node set.
Returns
value::Vector: Global value.nnodes::Int64: Number of nodes.
PeriLab.IO.calculate_volume — Method
calculate_volume(element_type::String, vertices::Vector{Vector{Float64}})Calculate the volume of a element.
Arguments
element_type: The element type of the element.vertices: The vertices of the element.
Returns
volume: The volume of the element.
PeriLab.IO.check_block_selection — Method
check_block_selection(blocks, n_blocks)Verifies that every index of a "Bond Blocks" selection refers to an existing block.
resolve_block_selection only parses; it has no idea which blocks exist. Without this check an out-of-range index is silently skipped by the export loop, and the user gets fewer bond blocks than asked for with no hint why.
Arguments
blocks::Union{Nothing,AbstractVector{Int64}}: The parsed selection,nothingfor all blocksn_blocks::Int64: Number of existing material blocks
Returns
blocks: The unchanged input, so the call can be chained
PeriLab.IO.check_for_duplicate_in_dataframe — Method
check_for_duplicate_in_dataframe(mesh::DataFrame)check duplicated entries and throws an error if one is there. If not everything is ok.
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.
PeriLab.IO.check_mesh_elements — Method
check_mesh_elements(mesh, dof)Process and analyze mesh data to create an dictionary containing information about mesh elements for further processing.
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.dof::Int64: The degrees of freedom (DOF) for the mesh elements.
Returns
A dictionary containing information about mesh elements, which can be used for further processing or uploading.
Example
`julia meshdata = DataFrame(x1 = [1.0, 2.0, 3.0], x2 = [4.0, 5.0, 6.0], volume = [10.0, 20.0, 30.0]) dof = 3 result = checkmeshelements(meshdata, dof)
PeriLab.IO.check_types_in_dataframe — Method
check_types_in_dataframe(mesh::DataFrame)check if block_id in mesh contains only int.
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.
PeriLab.IO.clearNP1 — Method
clearNP1(name::String)Clears the NP1 from the name
Arguments
name::String: The name
Returns
name::String: The cleared name
PeriLab.IO.close_result_file — Method
close_result_file(result_file::Dict)Closes the result file
Arguments
result_file::Dict: The result file
PeriLab.IO.close_result_files — Method
close_result_files(result_files::Vector{Dict}, outputs::Dict{Int64,Dict{}})Closes the result files if the flush_file flag is not set
Arguments
result_files::Vector{Dict}: The result filesoutputs::Dict{Int64,Dict{}}: The output settings
PeriLab.IO.close_result_files — Method
close_result_files(result_files::Vector{Dict})Closes the result files
Arguments
result_files::Vector{Dict}: The result files
Returns
true: File is closedfalse: File was already closed
PeriLab.IO.compute_bond_connectivity — Method
compute_bond_connectivity(block_Id, n_blocks, nlist; blocks = nothing)Builds the BAR2 connectivity for the bond export once, so that the element count used at initialisation, the connectivity written into the file, and the result values written per time step all follow the same ordering.
Bonds are directed, which is what the peridynamic data structure actually holds: nlist[i] containing j does not imply that nlist[j] contains i, and even when both exist they carry separate state (bond damage, bond forces and so on differ per direction). Each entry of each neighbourhood list therefore becomes its own BAR2 element, owned by the block of node i. Two elements on the same node pair are legal in exodusII; they simply overlap geometrically.
Bonds are owned by the block of node i, and only nodes this rank owns are iterated, so every directed bond exists exactly once across all ranks.
The partner j may be a responder node. Those bonds are written too, which is why the file has to contain the responder nodes as well; see init_write_results, where num_nodes counts them and num_owned_nodes does not.
A selected block with no local bonds is kept with zero elements. Which blocks are selected is the same on every rank, whether they hold bonds locally is not, and epu needs the same block structure in every per-rank file.
Arguments
block_Id::AbstractVector{Int64}: Block id per owned noden_blocks::Int64: Number of material blocksnlist::AbstractVector: Neighbourhood listblocks: Optional subset of block indices to export bonds for
Returns
bond_blocks::OrderedDict{Int64,BondBlock}: Block index -> bond block
PeriLab.IO.create_and_distribute_bond_norm — Method
create_and_distribute_bond_norm(comm::MPI.Comm, nlist_filtered_ids::BondScalarState{Int64}, distribution::Vector{Int64}, bond_norm::Vector{Float64}, dof::Int64)Create and distribute the bond norm
Arguments
comm::MPI.Comm: MPI communicatornlist_filtered_ids::BondScalarState{Int64}: The filtered neighborhood listdistribution::Vector{Int64}: The distributionbond_norm::Vector{Float64}: The bond normdof::Int64: The degree of freedom
PeriLab.IO.create_distribution — Method
create_distribution(nnodes::Int64, size::Int64)Calculate the initial size of each chunk for a nearly equal number of nodes vs. cores this algorithm might lead to the problem, that the last core is not equally loaded
Arguments
nnodes::Int64: The number of nodes.size::Int64: The number of cores.
Returns
distribution::Array{Int64,1}: The distribution of the nodes.point_to_core::Array{Int64,1}: The number of nodes in each rank.
PeriLab.IO.create_distribution_neighbor_based — Method
create_distribution_neighbor_based(nnodes::Int64,nlist::BondScalarState{Int64}, size::Int64)Calculate the initial size of each chunk for a nearly equal number of nodes vs. cores this algorithm might lead to the problem, that the last core is not equally loaded
Arguments
nnodes::Int64: The number of nodes.nlist::BondScalarState{Int64}: The neighborhood list.size::Int64: The number of cores.
Returns
distribution::Array{Int64,1}: The distribution of the nodes.point_to_core::Array{Int64,1}: The number of nodes in each rank.
PeriLab.IO.create_distribution_node_based — Method
create_distribution_node_based(nnodes::Int64,nlist::BondScalarState{Int64}, size::Int64)Calculate the initial size of each chunk for a nearly equal number of nodes vs. cores this algorithm might lead to the problem, that the last core is not equally loaded
Arguments
nnodes::Int64: The number of nodes.nlist::BondScalarState{Int64}: The neighborhood list.size::Int64: The number of cores.
Returns
distribution::Array{Int64,1}: The distribution of the nodes.point_to_core::Array{Int64,1}: The number of nodes in each rank.
PeriLab.IO.create_global_to_local_mapping — Method
glob_to_loc(distribution)Get the global to local mapping
Arguments
distribution: The distribution
Returns
create_global_to_local_mapping: The global to local mapping
PeriLab.IO.create_neighborhoodlist — Method
create_neighborhoodlist(mesh::DataFrame, params::Dict, dof::Int64)Create the neighborhood list of the mesh elements.
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.params::Dict: The input parameters.dof::Int64: The degrees of freedom (DOF) for the mesh elements.
Returns
nlist::Array{Array{Int64,1},1}: The neighborhood list of the mesh elements.
PeriLab.IO.create_overlap_map — Method
create_overlap_map(distribution, ptc, size)Create the overlap map.
Arguments
distribution::Array{Int64,1}: The distribution of the nodes.ptc::Array{Int64,1}: The number of nodes in each rank.size::Int64: The number of ranks.
Returns
overlap_map::Dict{Int64,Dict{Int64,Dict{String,Vector{Int64}}}}: The overlap map.
PeriLab.IO.create_result_file — Function
create_result_file(filename, num_nodes, num_dim, num_elem_blks, num_node_sets,
num_elements = 0, FEtopology = nothing)Creates an exodus file for the results.
num_elem_blks must be the total number of element blocks that will later be written, i.e. the number of material blocks plus the number of bond blocks. Use bond_export_sizes to obtain the latter. exodusII fixes this count at initialisation; writing a different number of blocks makes ex_put_block fail, and in an MPI run it makes the per-rank files inconsistent so that epu cannot merge them.
Arguments
filename::AbstractString: The name of the file to createnum_nodes::Int64: The number of nodesnum_dim::Int64: The number of dimensionsnum_elem_blks::Int64: Total number of element blocks (material + bond blocks)num_node_sets::Int64: The number of node setsnum_elements::Int64: Number of additional elements (FE elements + bond elements)FEtopology::Union{Nothing,Matrix{Int64}}: FE topology, if a FE part is present
Keywords
num_owned_nodes::Int64: Master nodes of this rank, one SPHERE element each. Defaults tonum_nodes, which is right whenever the file holds no responder nodes.
Returns
result_file::Dict{String,Any}: A dictionary containing the filename and the exodus file
PeriLab.IO.create_result_file — Method
create_result_file(filename::String, outputs::Dict)Creates a csv file for the results
Arguments
filename::String: The name of the file to createoutputs::Dict: The outputs dictionary
Returns
Dict: The result file
PeriLab.IO.csv_reader — Method
csv_reader(filename::String)Read csv and return it as a DataFrame.
Arguments
filename::String: The path to the mesh file.
Returns
csvData::DataFrame: The csv data a DataFrame.
PeriLab.IO.define_nsets — Method
define_nsets(nsets::Dict{String,Vector{Int64}})Defines the node sets
Arguments
nsets::Dict{String,Vector{Int64}}: Node sets read from files
PeriLab.IO.delete_files — Method
delete_files(result_files::Vector{Dict})Deletes the result files
Arguments
result_files: The result files
PeriLab.IO.distribute_neighborhoodlist_to_cores — Method
distribute_neighborhoodlist_to_cores(comm::MPI.Comm, nlist, distribution)Distributes the neighborhood list to the cores.
Arguments
comm::MPI.Comm: MPI communicatornlist: neighborhood listdistribution Array{Int64}: global nodes distribution at cores
PeriLab.IO.distribution_to_cores — Method
distribution_to_cores(comm::MPI.Comm, mesh, distribution, dof::Int64)Distributes the mesh data to the cores
Arguments
comm::MPI.Comm: MPI communicatormesh: Meshdistribution Array{Int64}: global nodes distribution at coresdof::Int64: Degree of freedom
PeriLab.IO.element_block_sizes — Method
element_block_sizes(block_Id, n_blocks, bond_blocks)Returns the number of elements per exodus block id, for both the material (SPHERE) blocks and the bond (BAR2) blocks.
Exodus.jl exposes no truth table API, so an element variable has to be written for every element block, not only for the bond blocks. This mapping supplies the lengths of the zero vectors used for the material blocks. Blocks with no local nodes are kept with a count of zero, because they exist in the file as well.
Arguments
block_Id::AbstractVector{Int64}: Block id per noden_blocks::Int64: Number of material blocksbond_blocks::AbstractDict{Int64,BondBlock}: The bond blocks
Returns
sizes::OrderedDict{Int64,Int64}: exodus block id -> number of elements
PeriLab.IO.element_distribution — Method
element_distribution(topology::Vector{Vector{Int64}}, ptc::Vector{Int64}, size::Int64)Create the distribution of the finite elements. Is needed to avoid multiple element calls. Each element should run only one time at the cores.
Arguments
topology::Vector{Vector{Int64}}: The topology list of the mesh elements.nlist::BondScalarState{Int64}: The neighborhood list of the mesh elements.size::Int64: The number of ranks.
Returns
distribution::Vector{Vector{Int64}}: The distribution of the nodes.etc::Vector{Int64}: The number of nodes in each rank.
PeriLab.IO.exodus_num_nodes — Method
exodus_num_nodes(exo::ExodusDatabase)Number of nodes the database was initialised with.
Exodus.jl carries the initialisation as type parameters, Initialization{num_dim, num_nodes, num_elems, num_elem_blks, num_node_sets, num_side_sets} — the same order create_result_file builds it in. There is no exported accessor, so the parameter is read off the type.
Arguments
exo::ExodusDatabase: The exodus file
Returns
::Int64: Node count of the file
PeriLab.IO.extrude_surface_mesh — Method
extrude_surface_mesh(mesh::DataFrame)extrude the mesh at the surface of the block
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.params::Dict: The input parameters.
PeriLab.IO.find_global_core_value! — Method
find_global_core_value!(global_value::Union{Int64,Float64}, calculation_type::String, nnodes::Int64)Find global core value.
Arguments
global_value::Union{Int64,Float64}: The global valuecalculation_type::String: The calculation typennodes::Int64: The number of nodes
Returns
global_value::Union{Int64,Float64}: The global value
PeriLab.IO.gather_bond_values — Method
gather_bond_values(field, bond_block, dof)Extracts the values of one bond variable in exactly the order of the bond connectivity.
Two storage layouts are supported, decided once per field from a sample entry:
- nested (
Vector{Vector{...}}, what PeriLab uses forBondScalarStateandBondVectorState):field[node][neighbor]is the value itself for a scalar field and aVectorfor a vector field such asDeformed Bond Geometry. - flat (an
Array{T,3}per node,BondTensorState):field[node][neighbor, i, j].
Arguments
field: The bond fieldbond_block::BondBlock: The bond blockdof:nothingfor scalars, anIntegerfor vectors, a 2-element collection for tensors
Returns
values::Vector{Float64}: One value per bond
PeriLab.IO.get_block_nodes — Method
get_block_nodes(block_Id::AbstractVector{Int64}, block::Int64)Returns the nodes of a block as a 1 x n matrix, which is the layout exodusII expects for a SPHERE block (one node per element).
Arguments
block_Id::AbstractVector{Int64}: The block Idblock::Int64: The block
Returns
nodes::Matrix{Int64}: The nodes of the block, shaped1 x n
PeriLab.IO.get_bond_geometry — Method
get_bond_geometry()Gets the bond geometry
PeriLab.IO.get_file_size — Method
get_file_size(result_files::Vector{Dict})Gets the file size of the result files
Arguments
result_files: The result files
Returns
total_file_size: The total file size
PeriLab.IO.get_global_values — Method
get_global_values(output::Dict,)Get global values.
Arguments
output::Dict: The output
Returns
global_values::Vector: The global values
PeriLab.IO.get_local_element_topology — Method
get_local_element_topology(topology::Vector{Vector{Int64}}, distribution::Vector{Int64})Get the local element topology
Arguments
topology::Vector{Vector{Int64}}: The topologydistribution::Vector{Int64}: The distribution
PeriLab.IO.get_local_neighbors — Method
get_local_neighbors(mapping, nlist_core)Gets the local neighborhood list from the global neighborhood list
Arguments
mapping: mapping functionnlist_core: global neighborhood list
Returns
nlist_core: local neighborhood list
PeriLab.IO.get_local_overlap_map — Method
get_local_overlap_map()Changes entries in the overlap map from the global numbering to the local computer core one.
Arguments
overlap_map::Dict{Int64, Dict{Int64, String}}: overlap map with global nodes.distribution::Vector{Vector{Int64}}: global nodes distribution at cores, needed for the gobal to local mappingranks Array{Int64}: number of used computer cores
Returns
overlap_map::Dict{Int64, Dict{Int64, String}}: returns overlap map with local nodes.
Example:
get_local_overlap_map(overlap_map, distribution, ranks) # returns local nodesPeriLab.IO.get_mpi_rank_string — Method
get_mpi_rank_string(rank::Int64, max_rank::Int64)Get MPI rank string.
Arguments
value::Int64: The rankmax_rank::Int64: The max rank
Returns
result::String: The result
PeriLab.IO.get_number_of_neighbornodes — Method
get_number_of_neighbornodes(nlist::BondScalarState{Int64})Get the number of neighbors for each node.
Arguments
nlist::BondScalarState{Int64}: The neighborhood list of the mesh elements.
Returns
length_nlist::Vector{Int64}: The number of neighbors for each node.
PeriLab.IO.get_paraview_coordinates — Method
get_paraview_coordinates(dof::Int64, refDof::Int64)Returns the paraview specific dof
Arguments
dof::Int64: The degrees of freedomrefDof::Int64: The reference degrees of freedom
Returns
paraview_specifics::String: The paraview specific dof
PeriLab.IO.get_results_mapping — Method
get_results_mapping(params::Dict, path::String)Gets the results mapping
Arguments
params::Dict: The parameterspath::String: The path
Returns
output_mapping::Dict{Int64,Dict{}}: The results mapping
PeriLab.IO.global_value_avg — Method
global_value_avg(field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}, dof::Union{Int64,Vector{Int64}}, nodes::AbstractVector{Int64})Calculate the global average of a field for given nodes.
Arguments
field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}: Field.dof::Union{Int64,Vector{Int64}}: Degree of freedomnodes::AbstractVector{Int64}: Nodes.
Returns
returnValue::Vector: Global value.
PeriLab.IO.global_value_max — Method
global_value_max(field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}, dof::Union{Int64,Vector{Int64}}, nodes::AbstractVector{Int64})Calculate the global maximum of a field for given nodes.
Arguments
field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}: Field.dof::Union{Int64,Vector{Int64}}: Degree of freedomnodes::AbstractVector{Int64}: Nodes.
Returns
returnValue::Vector: Global value.
PeriLab.IO.global_value_min — Method
global_value_min(field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}, dof::Union{Int64,Vector{Int64}}, nodes::AbstractVector{Int64})Calculate the global minimum of a field for given nodes.
Arguments
field::Union{NodeScalarField{Float64},NodeVectorField{Float64}}: Field.dof::Union{Int64,Vector{Int64}}: Degree of freedomnodes::AbstractVector{Int64}: Nodes.
Returns
returnValue::Vector: Global value.
PeriLab.IO.global_value_sum — Method
global_value_sum(field::Union{NodeScalarField{Float64},NodeVectorField{Float64},NodeTensorField{Float64}}, dof::Union{Int64,Vector{Int64}}, nodes::AbstractVector{Int64})Calculate the global sum of a field for given nodes.
Arguments
field::Union{NodeScalarField{Float64},NodeVectorField{Float64},NodeTensorField{Float64}}: Field.dof::Union{Int64,Vector{Int64}: Degree of freedomnodes::AbstractVector{Int64}: Nodes.
Returns
returnValue::Vector: Global value.
PeriLab.IO.hex8_volume — Method
hex8volume(hexvertices)
Calculate the volume of a hex.
Arguments
hex_vertices: The vertices of the wedge.
Returns
volume: The volume of the wedge.
PeriLab.IO.hex8_volume — Method
hex8volume(hexvertices)
Calculate the volume of a hex.
Arguments
hex_vertices: The vertices of the wedge.
Returns
volume: The volume of the wedge.
PeriLab.IO.init_bond_information_export — Method
init_bond_information_export(block_Id, n_blocks, nlist, parameter)Convenience wrapper: evaluates the "Bond Export" parameter and returns the bond blocks together with the sizes required at initialisation.
Arguments
block_Id::AbstractVector{Int64}: Block id per noden_blocks::Int64: Number of material blocksnlist::AbstractVector: Neighbourhood listparameter::Dict: Output parameter block, may contain"Bond Export"and"Bond Blocks"(whitespace separated indices, e.g.1 3). Without"Bond Blocks"every block is exported.
Returns
bond_blocks::OrderedDict{Int64,BondBlock}: Bond blocks (empty if disabled)n_bond_elements::Int64: Total number of BAR2 elementsn_bond_blocks::Int64: Number of additional element blocks
PeriLab.IO.init_data — Method
init_data(params::Dict, path::String, comm::MPI.Comm)Initializes the data for the mesh.
Arguments
params::Dict: The parameters for the simulation.path::String: The path to the mesh file.comm::MPI.Comm: The MPI communicator.
Returns
params::Dict: The parameters for the simulation.
PeriLab.IO.init_orientations — Method
init_orientations()Initialize orientations.
PeriLab.IO.init_results_in_exodus — Function
init_results_in_exodus(exo, dof, output, coords, block_Id, all_block_name_list,
nsets, global_ids, PERILAB_VERSION, qa_vector,
fem_block = nothing, topology = nothing,
elem_global_ids = nothing;
bond_blocks = ..., bond_output_names = String[],
bond_id_offset = -1)Initializes the results in exodus.
Works with and without bond export: leaving both keywords out writes a plain nodal result file, exactly as before the bond export existed. The FE arguments keep their old positional places.
Arguments
exo::ExodusDatabase: The exodus databasedof: Degrees of freedomoutput::Dict: The output definitioncoords::Union{Matrix{Int64},Matrix{Float64}}: The coordinatesblock_Id::Vector{Int64}: The block Id per nodeall_block_name_list::Vector{String}: The block namesnsets::Dict{String,Vector{Int64}}: The node setsglobal_ids::Vector{Int64}: The global idsPERILAB_VERSION::String: PeriLab version stringqa_vector::Vector{String}: Additional QA records (at most 2 are stored)fem_block::Union{Nothing,Vector{Bool}}: Per-node flag marking FE nodestopology::Union{Nothing,Matrix{Int64}}: FE topologyelem_global_ids::Union{Nothing,Vector{Int64}}: Global element ids for the FE part
Keywords
bond_blocks: Bond blocks, seecompute_bond_connectivity. Empty means no bond export.bond_output_names::Vector{String}: Names of the bond variables, written as element variablesbond_id_offset::Int64: First bond element id minus one, frombond_element_id_offset. Negative means single rank, then the local maximum is used.
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.init_write_results — Method
init_write_results(params::Dict, output_dir::String, path::String, PERILAB_VERSION::String, qa_vector::Vector{String})Initialize write results.
Arguments
params::Dict: The parametersoutput_dir::String: The output directory.path::String: The pathPERILAB_VERSION::String: The PeriLab versionqa_vector::Vector{String}: Additional QA records
Returns
result_files::Array: The result filesoutputs::Dict: The outputs
PeriLab.IO.initialize_data — Method
initialize_data(filename::String, filedirectory::String, comm::MPI.Comm)Initialize data.
Arguments
filename::String: The name of the input file.filedirectory::String: The directory of the input file.comm::MPI.Comm: The MPI communicator
Returns
data::Dict: The data
PeriLab.IO.is_bond_field_type — Method
is_bond_field_type(field_type)Returns whether a field type produced by Data_Manager.get_field_type describes a bond field.
This and gather_bond_values in exodus_export.jl are the only two places that encode how a bond field looks. Adjust both together if the naming or the storage layout of bond fields changes.
Arguments
field_type: The field type
Returns
::Bool:truefor bond fields
PeriLab.IO.linear — Method
linear(cmds, dataobject)Example extrusion callback for G1 which calculates total length of filament extruded.
The extruded filament length is obtained by watching the E axis movement in the g-code file. If no E axis is present anywhere in the file, G1 moves are treated as material deposition/cutting moves by convention (only G0 is a pure travel move).
PeriLab.IO.load_and_evaluate_mesh — Method
load_and_evaluate_mesh(params::Dict, path::String, ranksize::Int64)Load and evaluate the mesh data.
Arguments
params::Dict: The input parameters.path::String: The path to the mesh file.ranksize::Int64: The number of ranks.
Returns
distribution::Array{Int64,1}: The distribution of the mesh elements.mesh::DataFrame: The mesh data as a DataFrame.ntype::Dict: The type of the mesh elements.overlap_map::Array{Array{Int64,1},1}: The overlap map of the mesh elements.nlist::Array{Array{Int64,1},1}: The neighborhood list of the mesh elements.dof::Int64: The degrees of freedom (DOF) for the mesh elements.nsets::Dict: The node setstopology::Int64::Array{Int64,nelement:nodes}`: The topology of elements.el_distribution::Array{Int64,1}: The distribution of the finite elements.
PeriLab.IO.local_nodes_from_dict — Method
local_nodes_from_dict(create_global_to_local_mapping::Dict{Int,Int}, global_nodes::Vector{Int64})Changes entries in the overlap map from the global numbering to the local computer core one.
Arguments
create_global_to_local_mapping::Dict{Int,Int}: global to local mappingglobal_nodes::Vector{Int64}: global nodes
Returns
overlap_map::Dict{Int64, Dict{Int64, String}}: returns overlap map with local nodes.
PeriLab.IO.merge_exodus_file — Method
merge_exodus_file(file_name::AbstractString)Merges the exodus file
Arguments
file_name::AbstractString: The name of the file to merge
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.merge_exodus_files — Method
merge_exodus_files(result_files::Vector{Any}, output_dir::String)Merges exodus output files
Arguments
result_files::Vector{Any}: The result filesoutput_dir::String: The file directory
PeriLab.IO.movement — Method
movement(cmds, dataobject)Example movement callback for G0 and G1 which calculates the total distance moved in all axes.
It is calculated by watching the X, Y and Z axes movement.
PeriLab.IO.neighbors — Method
neighbors(mesh, params::Dict, coor)Compute the neighbor list for each node in a mesh based on their proximity using a BallTree data structure.
Arguments
mesh: A mesh data structure containing the coordinates and other information.params: paramss needed for computing the neighbor list.coor: A vector of coordinate names along which to compute the neighbor list.
Returns
An array of neighbor lists, where each element represents the neighbors of a node in the mesh.
PeriLab.IO.node_distribution — Function
node_distribution(nlist::BondScalarState{Int64}, size::Int64)Create the distribution of the nodes.
Arguments
nlist::BondScalarState{Int64}: The neighborhood list of the mesh elements.size::Int64: The number of ranks.distribution_type::String: The distribution type.
Returns
distribution::Vector{Vector{Int64}}: The distribution of the nodes.ptc::Vector{Int64}: Defines at which core / rank each node lies.ntype::Dict: The type of the nodes.
PeriLab.IO.open_result_file — Method
open_result_file(result_file::Dict)Opens the result file
Arguments
result_file::Dict: The result file
PeriLab.IO.paraview_specifics — Method
paraview_specifics(dof::Int64)Returns the paraview specific dof
Arguments
dof::Int64: The degrees of freedom
Returns
paraview_specifics::String: The paraview specific dof
PeriLab.IO.parseLine — Function
parseLine(line::String, returnPair::Bool = true)::Array{Union{String,Pair{String,String}},1}Parse a single line of g-code and return an array of Pair{String,String} or an array of String containing the parsed commands.
The first command usually defines what to do (ie. G01 - linear interpolation) and following commands are the arguments (ie. X 14.312);
Examples
julia> parseLine("G10 X5.Y3. E6.")
4-element Array{Union{Pair{String,String}, String},1}:
"G" => "10"
"X" => "5."
"Y" => "3."
"E" => "6."Return array of strings
julia> parseLine("G10 X5.Y3. E6.", false)
4-element Array{Union{Pair{String,String}, String},1}:
"G10"
"X5."
"Y3."
"E6."PeriLab.IO.read_external_topology — Method
read_external_topology(filename::String)Read external topoloy data from a file and return it as a DataFrame.
Arguments
filename::String: The path to the mesh file.
Returns
external_topology::DataFrame: The external topology data as a DataFrame.
PeriLab.IO.read_input — Method
read_input(filename::String)Reads the input deck from a yaml file
Arguments
filename::String: The name of the yaml file
Returns
params::Dict{String,Any}: The parameters read from the yaml file
PeriLab.IO.read_input_file — Method
read_input_file(filename::String)Reads the input deck from a yaml file
Arguments
filename::String: The name of the yaml file
Returns
Dict{String,Any}: The validated parameters read from the yaml file.
PeriLab.IO.read_mesh — Method
read_mesh(filename::String, params::Dict)Read mesh data from a file and return it as a DataFrame.
Arguments
filename::String: The path to the mesh file.params::Dict: The input parameters.
Returns
mesh::DataFrame: The mesh data as a DataFrame.
PeriLab.IO.resolve_block_selection — Method
resolve_block_selection(blocks)Normalises the "Bond Blocks" entry into a list of block indices.
The entry is written as a plain, whitespace separated list of indices in the input deck, e.g. Bond Blocks: 1 3. A single index and an already parsed collection of integers are accepted as well. nothing or an empty entry means "all blocks".
Arguments
blocks: The selection taken from the output parameters
Returns
Union{Nothing,Vector{Int64}}: Block indices, ornothingfor "all blocks"
PeriLab.IO.set_angles — Method
set_angles(params::Dict, block_nodes::Dict)Sets the density of the nodes in the dictionary.
Arguments
params::Dict: The parametersblock_nodes::Dict: A dictionary mapping block IDs to collections of nodes
PeriLab.IO.set_dof — Method
set_dof(mesh::DataFrame)Set the degrees of freedom (DOF) for the mesh elements.
Arguments
mesh::DataFrame: The input mesh data represented as a DataFrame.
Returns
dof::Int64: The degrees of freedom (DOF) for the mesh elements.
PeriLab.IO.set_output_frequency — Method
set_output_frequency(params::Dict, nsteps::Int64, step_id::Int64)Sets the output frequency.
Arguments
params::Dict: The parametersnsteps::Int64: The number of stepsstep_id::Int64: The step id
PeriLab.IO.show_block_summary — Method
show_block_summary(solver_options::Dict, params::Dict, log_file::String, silent::Bool, comm::MPI.Comm)Show block summary.
Arguments
solver_options::Dict: The solver optionsparams::Dict: The paramslog_file::String: The log filesilent::Bool: The silent flagcomm::MPI.Comm: The Comm_rank
PeriLab.IO.show_mpi_summary — Method
show_mpi_summary(log_file::String, silent::Bool, comm::MPI.Comm)Show MPI summary.
Arguments
log_file::String: The log filesilent::Bool: The silent flagcomm::MPI.Comm: The comm
PeriLab.IO.split_output_fields — Method
split_output_fields(fields::Dict)Splits an output field definition into its nodal, bond and global parts.
Arguments
fields::Dict: The"Fields"entry of an output definition
Returns
nodal::Dict,bond::Dict,global_::Dict
PeriLab.IO.stripComments — Method
stripComments(line::String)::StringReturn a copy of string line with stripped comments inside parentheses and all characters after a semicolon.
This function also removes whitespace as it it not needed for further parsing.
Examples
julia> stripComments("G92 (G10(aaa)))) ((comment)G) Z0.2 ; this is a comment")
"G92Z0.2"PeriLab.IO.tetrahedron_volume — Method
tetrahedron_volume(tet_vertices)Calculate the volume of a tetrahedron.
Arguments
tet_vertices: The vertices of the tetrahedron.
Returns
volume: The volume of the tetrahedron.
PeriLab.IO.tetrahedron_volume — Method
tetrahedron_volume(tet_vertices)Calculate the volume of a tetrahedron.
Arguments
tet_vertices: The vertices of the tetrahedron.
Returns
volume: The volume of the tetrahedron.
PeriLab.IO.wedge6_volume — Method
wedge6_volume(wedge_vertices)Calculate the volume of a wedge.
Arguments
wedge_vertices: The vertices of the wedge.
Returns
volume: The volume of the wedge.
PeriLab.IO.write_bond_results_in_exodus — Method
write_bond_results_in_exodus(exo, step, output, bond_blocks, block_Id, n_blocks)Writes the bond results in the exodus file, as element variables on the BAR2 blocks.
A bond can carry the same variable types as a point (scalar, vector, tensor); the component selection in output therefore follows the same "dof" / "i_dof" + "j_dof" convention as the nodal output. The values are gathered in the order of the bond connectivity, so bond k of a block always refers to the same element that was written at initialisation.
Because Exodus.jl offers no truth table, the same variable is also written to the material blocks — as zeros.
Arguments
exo::ExodusDatabase: The exodus filestep::Int64: The stepoutput::Dict: The bond output definitionsbond_blocks::AbstractDict{Int64,BondBlock}: The bond blocksblock_Id::AbstractVector{Int64}: Block id per noden_blocks::Int64: Number of material blocks
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.write_global_results_in_csv — Method
write_global_results_in_csv(csv_file::IOStream, time::Float64, global_values)Writes the global results to the csv file
Arguments
csv_file::IOStream: The csv fileglobal_values: The global values
PeriLab.IO.write_global_results_in_exodus — Method
write_global_results_in_exodus(exo::ExodusDatabase, step::Int64, global_values)Writes the global results in the exodus file
Arguments
exo::ExodusDatabase: The exodus filestep::Int64: The stepglobal_values: The global values
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.write_nodal_results_in_exodus — Method
write_nodal_results_in_exodus(exo::ExodusDatabase, step::Int64, output::Dict)Writes the nodal results in the exodus file
Arguments
exo::ExodusDatabase: The exodus filestep::Int64: The stepoutput::Dict: The output
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.write_pd_mesh_arc — Method
write_pd_mesh_arc(dataobject, sx, sy, sz, ex, ey, ez)Variant of write_pd_mesh for arc segments. Uses the provided start/end points instead of reading them from dataobject.
PeriLab.IO.write_results — Method
write_results(result_files::Vector{Any}, time::Float64, max_damage::Float64, outputs::Dict)Write results.
Arguments
result_files::Vector{Any}: The result filestime::Float64: The timemax_damage::Float64: The maximum damageoutputs::Dict: The outputs
Returns
result_files::Vector{Any}: The result files
PeriLab.IO.write_step_and_time — Method
write_step_and_time(exo::ExodusDatabase, step::Int64, time::Float64)Writes the step and time in the exodus file
Arguments
exo::ExodusDatabase: The exodus filestep::Int64: The steptime::Float64: The time
Returns
exo::ExodusDatabase: The exodus file
PeriLab.IO.BondBlock — Type
BondBlockHolds everything needed to write one bond block, built once in compute_bond_connectivity.
The three fields are aligned column by column: bond k runs from nodes[k] to the second entry of conn[:, k], and corresponds to entry neighbor_index[k] of the owning node's neighbourhood list. Keeping the neighbour index around is what makes the result output reproduce exactly the order used for the connectivity — otherwise bond values and bond elements silently drift apart.
Bonds are directed, so the same node pair may appear twice, once per direction, each with its own values. The owning node is always conn[1, k].
Fields
conn::Matrix{Int64}:2 x n_bondsBAR2 connectivitynodes::Vector{Int64}: owning node of each bondneighbor_index::Vector{Int64}: position of the bond insidenlist[node]
Parameter_Handling
PeriLab.Parameter_Handling._get_values — Function
_get_values(params::Dict, block_id::Int64, valueName::String, defaultValue::Union{Float64,Bool,Nothing})Get the value of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the blockvalueName::String: The name of the valuedefaultValue::Union{Float64,Bool,Nothing: The default value
Returns
value::Float64: The value of the block
PeriLab.Parameter_Handling.check_for_duplicates — Method
check_for_duplicates(filenames)Check for duplicate filenames.
Arguments
filenames::Vector{String}: The filenames
PeriLab.Parameter_Handling.get_all_keys — Method
get_all_keys(params::Dict)Get all the keys in the parameters
Arguments
params::Dict: The parameters dictionary.
Returns
keys_list::Array: The keys list
PeriLab.Parameter_Handling.get_angles — Method
get_angles(params::Dict, block_id::Int64, dof::Int64)Get the horizon of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the blockdof::Int64: The dof
Returns
angles::Float64: The angles of the block
PeriLab.Parameter_Handling.get_bc_definitions — Method
get_bc_definitions(params::Dict)Get the boundary condition definitions
Arguments
params::Dict: The parameters
Returns
bcs::Dict{String,Any}: The boundary conditions
PeriLab.Parameter_Handling.get_block_names_and_ids — Method
get_block_names_and_ids(params::Dict, block_ids::Vector{Int64})Get the names of the blocks.
Arguments
params::Dict: The parameters dictionary.block_ids::Vector{Int64}: The IDs of the blocks
Returns
block_names::Vector{String}: The names of the blocks.
PeriLab.Parameter_Handling.get_bond_filters — Method
get_bond_filters(params::Dict)Returns the bond filters from the parameters
Arguments
params::Dict: The parameters
Returns
check::Bool: Whether the bond filters are definedbfList::Dict{String,Dict{String,Any}}: The bond filters
PeriLab.Parameter_Handling.get_calculation_options — Method
get_calculation_options(params::Dict)Get the calculation options
Arguments
params::Dict: The parameters dictionary.
Returns
solver_options::Dict: The solver options
PeriLab.Parameter_Handling.get_computes — Method
get_computes(params::Dict, variables::Vector{String})Get the computes.
Arguments
params::Dict: The parameters dictionary.variables::Vector{String}: The variables.
Returns
computes::Dict{String,Dict{Any,Any}}: The computes.
PeriLab.Parameter_Handling.get_computes_names — Method
get_computes_names(params::Dict)Get the names of the computes.
Arguments
params::Dict: The parameters dictionary.
Returns
computes_names::Vector{String}: The names of the computes.
PeriLab.Parameter_Handling.get_density — Method
get_density(params::Dict, block_id::Int64)Get the density of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the block
Returns
density::Float64: The density of the block
PeriLab.Parameter_Handling.get_end_time — Method
get_end_time(outputs::Dict, output::String)Get the end_time.
Arguments
outputs::Dict: The outputsoutput::String: The output
Returns
end_time::Float64: The value
PeriLab.Parameter_Handling.get_external_topology_name — Method
get_external_topology_name(params::Dict, path)Returns the name of the mesh file from the parameters
Arguments
params::Dict: The parameterspath::String: Path of the working folder
Returns
String: The name of the finite element topology file
PeriLab.Parameter_Handling.get_fem_block — Method
get_fem_block(params::Dict, block_id::Int64)Get the fem_block of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the block
Returns
fem_block::Float64: The fem_block of the block
PeriLab.Parameter_Handling.get_final_time — Method
get_final_time(params::Dict)Get the final time
Arguments
params::Dict: The parameters dictionary.
Returns
final_time::Float64: The final time
PeriLab.Parameter_Handling.get_fixed_dt — Method
get_fixed_dt(params::Dict)Get the fixed time step
Arguments
params::Dict: The parameters dictionary.
Returns
fixed_dt::Float64: The fixed time step
PeriLab.Parameter_Handling.get_flush_file — Method
get_flush_file(outputs::Dict, output::String)Gets the flush file.
Arguments
outputs::Dict: The outputsoutput::String: The output
Returns
flush_file::Bool: The flush file
PeriLab.Parameter_Handling.get_header — Method
get_header(filename::Union{String,AbstractString})Returns the header line and the header.
Arguments
filename::Union{String,AbstractString}: The filename of the file.
Returns
header_line::Int: The header line.header::Vector{String}: The header.
PeriLab.Parameter_Handling.get_heat_capacity — Method
get_heat_capacity(params::Dict, block_id::Int64)Get the heat capacity of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the block
Returns
heat_capacity::Float64: The heat capacity of the block
PeriLab.Parameter_Handling.get_horizon — Method
get_horizon(params::Dict, block_id::Int64)Get the horizon of a block.
Arguments
params::Dict: The parametersblock_id::Int64: The ID of the block
Returns
horizon::Float64: The horizon of the block
PeriLab.Parameter_Handling.get_initial_time — Method
get_initial_time(params::Dict)Get the initial time
Arguments
params::Dict: The parameters dictionary.
Returns
initial_time::Float64: The initial time
PeriLab.Parameter_Handling.get_max_damage — Method
getmaxdamage(params::Dict)
Get the maximum damage.
Arguments
params::Dict: The parameters dictionary.
Returns
max_damage::Float64: The value
PeriLab.Parameter_Handling.get_mesh_name — Method
get_mesh_name(params::Dict)Returns the name of the mesh file from the parameters
Arguments
params::Dict: The parameters
Returns
String: The name of the mesh file
PeriLab.Parameter_Handling.get_model_options — Method
get_model_options(params::Dict)Get the solver options
Arguments
params::Dict: The parameters dictionary.
Returns
solver_options::Dict: The solver options
PeriLab.Parameter_Handling.get_model_parameter — Function
get_model_parameter(params, model, id)Retrieve a model parameter from a dictionary of parameters.
This function retrieves a specific model parameter from a dictionary of parameters based on the provided model and identifier (id).
Arguments
params::Dict: A dictionary containing various parameters.model::String: The model type for which the parameter is sought.id::String: The identifier (name) of the specific model parameter.
Returns
parameter::Any: The retrieved model parameter, ornothingif the parameter is not found.
Errors
If the specified model is defined in blocks but no model definition block exists, an error message is logged, and the function returns
nothing.If the model with the given identifier is defined in blocks but missing in the model's definition, an error message is logged, and the function returns
nothing.
Example
params = Dict(
"Models" => Dict(
"Models" => Dict(
"ModelA" => 42,
"ModelB" => 24
)
)
)
model = "Models"
id = "ModelA"
result = get_model_parameter(params, model, id)
if result !== nothing
println("Parameter id: result")
else
println("Parameter not found.")
endPeriLab.Parameter_Handling.get_node_sets — Method
get_node_sets(params::Dict, path::String)Returns the node sets from the parameters
Arguments
params::Dict: The parameterspath::String: The path to the mesh file
Returns
nsets::Dict{String,Any}: The node sets
PeriLab.Parameter_Handling.get_nsteps — Method
get_nsteps(params::Dict)Get the fixed time step
Arguments
params::Dict: The parameters dictionary.
Returns
nsteps::Int64: The fixed time step
PeriLab.Parameter_Handling.get_numerical_damping — Method
get_numerical_damping(params::Dict)Get the numerical damping
Arguments
params::Dict: The parameters dictionary.
Returns
numerical_damping::Float64: The numerical damping
PeriLab.Parameter_Handling.get_output_fieldnames — Method
get_output_fieldnames(outputs::Dict, variables::Vector{String}, computes::Vector{String}, output_type::String)Gets the output fieldnames.
Arguments
outputs::Dict: The outputsvariables::Vector{String}: The variablescomputes::Vector{String}: The computesoutput_type::String: The output type
Returns
output_fieldnames::Vector{String}: The output fieldnames
PeriLab.Parameter_Handling.get_output_filenames — Method
get_output_filenames(params::Dict, output_dir::String)Gets the output filenames.
Arguments
params::Dict: The parametersoutput_dir::String: The file directory
Returns
filenames::Vector{String}: The filenames
PeriLab.Parameter_Handling.get_output_frequencies — Method
get_output_frequencies(params::Dict, nsteps::Int64)Gets the output frequencies.
Arguments
params::Dict: The parametersnsteps::Int64: The number of steps
Returns
freq::Vector{Int64}: The output frequencies
PeriLab.Parameter_Handling.get_output_type — Method
get_output_type(outputs::Dict, output::String)Gets the output type.
Arguments
outputs::Dict: The outputsoutput::String: The output
Returns
output_type::String: The output type
PeriLab.Parameter_Handling.get_output_variables — Method
get_output_variables(output::String, variables::Vector{String})Get the output variable.
Arguments
output::String: The output variable.variables::Vector{String}: The variables.
Returns
output::String: The output variable.
PeriLab.Parameter_Handling.get_outputs — Method
get_outputs(params::Dict, variables::Vector{String}, compute_names::Vector{String})Gets the outputs.
Arguments
params::Dict: The parametersvariables::Vector{String}: The variablescompute_names::Vector{String}: The compute names
Returns
outputs::Dict: The outputs
PeriLab.Parameter_Handling.get_safety_factor — Method
get_safety_factor(params::Dict)Get the safety factor
Arguments
params::Dict: The parameters dictionary.
Returns
safety_factor::Float64: The safety factor
PeriLab.Parameter_Handling.get_solver_name — Method
get_solver_name(params::Dict)Get the name of the solver
Arguments
params::Dict: The parameters dictionary.
Returns
solver_name::String: The name of the solver
PeriLab.Parameter_Handling.get_solver_params — Method
get_solver_params(params::Dict)Get the solver parameters
Arguments
params::Dict: The parameters dictionary.
Returns
solver_params::Dict: The solver parameters
PeriLab.Parameter_Handling.get_solver_steps — Method
get_solver_steps(params::Dict)Get the solver steps
Arguments
params::Dict: The parameters dictionary.
Returns
solver_steps::List: The solver steps
PeriLab.Parameter_Handling.get_start_time — Method
get_start_time(outputs::Dict, output::String)Get the start_time.
Arguments
outputs::Dict: The outputsoutput::String: The output
Returns
start_time::Float64: The value
PeriLab.Parameter_Handling.get_write_after_damage — Method
get_write_after_damage(outputs::Dict, output::String)Get the write after damage.
Arguments
outputs::Dict: The outputsoutput::String: The output
Returns
write_after_damage::Bool: The value
PeriLab.Parameter_Handling.validate_structure_recursive — Function
validate_structure_recursive(expected::Dict, actual::Dict, validate::Bool, checked_keys::Array, path::String="")Validates the parameters against the expected structure
Arguments
expected::Dict: The expected structureactual::Dict: The actual structurevalidate::Bool: The validation resultschecked_keys::Array: The keys that have been checkedpath::String: The current path
Returns
validate::Bool: The validation resultchecked_keys::Array: The keys that have been checked
PeriLab.Parameter_Handling.validate_yaml — Method
validate_yaml(params::Dict)Validates the parameters against the expected structure
Arguments
params::Dict: The parameters dictionary.
Returns
params::Dict: The parameters dictionary.