hookeai.simulators.links.utilities.links_data_to_adimu.extract_mesh_dirichlet_from_links_data¶
- extract_mesh_dirichlet_from_links_data(links_input_file_path)[source]¶
Extract mesh Dirichlet boundary conditions from Links input data file.
- Parameters:
links_input_file_path (str) – Links input data file path.
- Returns:
dirichlet_bcs – 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]).
- Return type: