hookeai.simulators.links.utilities.links_data_to_adimu.write_adimu_mesh_hist_data_files¶
- write_adimu_mesh_hist_data_files(adimu_mesh_file_path, adimu_mesh_hist_data_dir, node_data_files_paths, dirichlet_bcs=None, force_equilibrium_loss_type='pointwise')[source]¶
Write ADiMU mesh history data files.
- Parameters:
adimu_mesh_file_path (str) – ADiMU mesh data file path.
adimu_mesh_hist_data_dir (str) – ADiMU mesh history data directory.
node_data_files_paths (tuple) – Links node data files paths. Data files are sorted according with the file name time step.
dirichlet_bcs (dict, default=None) – Dirichlet boundary conditions (item, dict) for each node with prescribed displacements (key, str[int]). The boundary conditions of each node consist of a prescribed displacement value (item, float) for the associated degree of freedom (key, str[int]).
force_equilibrium_loss_type (str, default='pointwise') – Force equilibrium loss type.