WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
python_scripts.utilities.xdmf Namespace Reference

Classes

class  HDF5CoordinateDataItem
 

Functions

 TryOpenH5File (name, mode=None, driver=None, **kwds)
 A context manager wrapper for the opened file.
 
 RenumberConnectivitiesForXdmf (filename_or_list_of_filenames, h5path_to_mesh)
 Renumber mesh connectivities for XDMF.
 
None GetListOfSpatialGrids ("list[list[str]]" spatial_grids_list, h5py.Group h5_model_part, str current_path)
 
 CreateXdmfSpatialGrid (h5_model_part)
 Return an XDMF Grid object corresponding to a mesh in an HDF5 file.
 
 Has_dtype (item)
 
 XdmfNodalResults (h5_results)
 Return a list of XDMF Attribute objects for nodal results in an HDF5 file.
 
 XdmfNodalFlags (h5_results)
 Return a list of XDMF Attribute objects for nodal flags in an HDF5 file.
 
 XdmfElementResults (h5_results)
 Return a list of XDMF Attribute objects for element results in an HDF5 file.
 
 XdmfElementFlags (h5_results)
 Return a list of XDMF Attribute objects for element flags in an HDF5 file.
 
 XdmfElementGaussPointValues (h5_results)
 Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.
 
 XdmfConditionResults (h5_results)
 Return a list of XDMF Attribute objects for element results in an HDF5 file.
 
 XdmfConditionFlags (h5_results)
 Return a list of XDMF Attribute objects for element flags in an HDF5 file.
 
 XdmfConditionGaussPointValues (h5_results)
 Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.
 
 XdmfResults (h5py.Group h5_results)
 Return a list of XDMF Attribute objects for results in an HDF5 file.
 
 TimeLabel (file_path)
 Return the time string from the file name.
 
 TimeFromFileName (file_path)
 Return the time value for the file name.
 
 FindMatchingFiles (pattern)
 Return a list of HDF5 files matching the given file name pattern.
 
 GetSortedListOfFiles (pattern)
 Return sorted file list based on the time stamp.
 
 GetStep (value, patterns)
 
 GetMatchingGroupNames (output_dict, value, patterns, pattern_with_wildcards)
 
 WriteMultifileTemporalAnalysisToXdmf (ospath, h5path_to_mesh, h5path_to_results)
 Write XDMF metadata for a temporal analysis from multiple HDF5 files.
 
 CreateXdmfTemporalGridFromSinglefile (h5_file_name, h5path_pattern_to_mesh, h5path_pattern_to_results, bool require_results=False)
 Return an XDMF Grid object for a list of temporal results in a single HDF5 file.
 
 WriteSinglefileTemporalAnalysisToXdmf (h5_file_name, h5path_pattern_to_mesh, h5path_pattern_to_results, bool require_results=False)
 Write XDMF metadata for a temporal analysis from single HDF5 file.
 

Variables

str warn_msg = "h5py module was not found!"
 

Function Documentation

◆ CreateXdmfSpatialGrid()

CreateXdmfSpatialGrid (   h5_model_part)

Return an XDMF Grid object corresponding to a mesh in an HDF5 file.

Keyword arguments: h5_model_part – the HDF5 group containing the model part

Expects:

  • element connectivities in h5_model_part["Xdmf/Elements/<element-name>"]. Each connectivities has attributes "Dimension" and "NumberOfNodes". For example, "Element2D3N" has "Dimension" 2 and "NumberOfNodes" 3. The connectivities differ from the normal mdpa connectivities in that they directly index the array of nodal coordinates. Currently there is no other way to post-process the mesh with Xdmf.

See:

  • core.operations.ModelPartOutput,
  • core.operations.PartitionedModelPartOutput,
  • RenumberConnectivitiesForXdmf.

◆ CreateXdmfTemporalGridFromSinglefile()

CreateXdmfTemporalGridFromSinglefile (   h5_file_name,
  h5path_pattern_to_mesh,
  h5path_pattern_to_results,
bool   require_results = False 
)

Return an XDMF Grid object for a list of temporal results in a single HDF5 file.

Keyword arguments: h5_file_name – the HDF5 file to be parsed h5path_pattern_to_mesh – the internal HDF5 file path pattern to the mesh [ only <step> flag is supported ] h5path_pattern_to_results – the internal HDF5 file path pattern to the results [ only <step> flag is supported ]

Expects:

  • In prefixes, <step> flag is used maximum of one time only
  • If single mesh description is found, it is considered as single mesh temporal output

◆ FindMatchingFiles()

FindMatchingFiles (   pattern)

Return a list of HDF5 files matching the given file name pattern.

For example, "./sim/kratos" matches:

  • ./sim/kratos.h5
  • ./sim/kratos-0.0000.h5
  • ./sim/kratos-0.2000.h5
  • etc.

◆ GetListOfSpatialGrids()

None GetListOfSpatialGrids ( "list[list[str]]"  spatial_grids_list,
h5py.Group  h5_model_part,
str  current_path 
)

◆ GetMatchingGroupNames()

GetMatchingGroupNames (   output_dict,
  value,
  patterns,
  pattern_with_wildcards 
)

◆ GetSortedListOfFiles()

GetSortedListOfFiles (   pattern)

Return sorted file list based on the time stamp.

see @FindMatchingFiles

◆ GetStep()

GetStep (   value,
  patterns 
)

◆ Has_dtype()

Has_dtype (   item)

◆ RenumberConnectivitiesForXdmf()

RenumberConnectivitiesForXdmf (   filename_or_list_of_filenames,
  h5path_to_mesh 
)

Renumber mesh connectivities for XDMF.

Keyword arguments: filename_or_list_of_filenames – the HDF5 file(s) to renumber h5path_to_mesh – the internal HDF5 file path to the mesh

The mesh connectivities must be renumbered for XDMF by the node's array index rather than its ID. The renumbered connectivities are stored in HDF5 and referenced by the XDMF Grid. If a file cannot be opened, it is skipped.

See:

  • XdmfConnectivitiesWriterProcess.

◆ TimeFromFileName()

TimeFromFileName (   file_path)

Return the time value for the file name.

If the file name contains no time value, zero time value is assumed.

◆ TimeLabel()

TimeLabel (   file_path)

Return the time string from the file name.

E.g.: 'kratos-123.h5' -> '123' 'kratos-1.2.h5' -> '1.2' 'kratos-1.2e+00.h5' -> '1.2e+00'

Returns empty string if not found.

◆ TryOpenH5File()

TryOpenH5File (   name,
  mode = None,
  driver = None,
**  kwds 
)

A context manager wrapper for the opened file.

In case the file cannot be opened, yield None rather than raise an exception. This can be the case if the file is already opened.

◆ WriteMultifileTemporalAnalysisToXdmf()

WriteMultifileTemporalAnalysisToXdmf (   ospath,
  h5path_to_mesh,
  h5path_to_results 
)

Write XDMF metadata for a temporal analysis from multiple HDF5 files.

Keyword arguments: ospath – path to one of the HDF5 files or the corresponding XDMF output file. h5path_to_mesh – the internal HDF5 file path to the mesh h5path_to_results – the internal HDF5 file path to the results

◆ WriteSinglefileTemporalAnalysisToXdmf()

WriteSinglefileTemporalAnalysisToXdmf (   h5_file_name,
  h5path_pattern_to_mesh,
  h5path_pattern_to_results,
bool   require_results = False 
)

Write XDMF metadata for a temporal analysis from single HDF5 file.

Keyword arguments: h5_file_name – hdf5 filename h5path_pattern_to_mesh – the internal HDF5 file path pattern to the mesh [ only <step> flag is supported ] h5path_to_results – the internal HDF5 file path pattern to the results [ only <step> flag is supported ]

◆ XdmfConditionFlags()

XdmfConditionFlags (   h5_results)

Return a list of XDMF Attribute objects for element flags in an HDF5 file.

Keyword arguments: h5_flags – the HDF5 group containing the flags

Checks for flags stored by variable name in:

  • h5_flags["ConditionFlagValues/<flag-name>"]

If no flags are found, returns an empty list.

See:

  • core.operations.ConditionFlagValueOutput.

◆ XdmfConditionGaussPointValues()

XdmfConditionGaussPointValues (   h5_results)

Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Checks for results stored by variable name in:

  • h5_results["ConditionGaussPointValues/<variable>"]

If no results are found, returns an empty list.

See:

  • core.operations.ConditionGaussPointOutput.

◆ XdmfConditionResults()

XdmfConditionResults (   h5_results)

Return a list of XDMF Attribute objects for element results in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Checks for results stored by variable name in:

  • h5_results["ConditionDataValues/<variable>"]

If no results are found, returns an empty list.

See:

  • core.operations.ConditionDataValueOutput.

◆ XdmfElementFlags()

XdmfElementFlags (   h5_results)

Return a list of XDMF Attribute objects for element flags in an HDF5 file.

Keyword arguments: h5_flags – the HDF5 group containing the flags

Checks for flags stored by variable name in:

  • h5_flags["ElementFlagValues/<flag-name>"]

If no flags are found, returns an empty list.

See:

  • core.operations.ElementFlagValueOutput.

◆ XdmfElementGaussPointValues()

XdmfElementGaussPointValues (   h5_results)

Return a list of XDMF Attribute objects for element integration point values in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Checks for results stored by variable name in:

  • h5_results["ElementGaussPointValues/<variable>"]

If no results are found, returns an empty list.

See:

  • core.operations.ElementGaussPointOutput.

◆ XdmfElementResults()

XdmfElementResults (   h5_results)

Return a list of XDMF Attribute objects for element results in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Checks for results stored by variable name in:

  • h5_results["ElementDataValues/<variable>"]

If no results are found, returns an empty list.

See:

  • core.operations.ElementDataValueOutput.

◆ XdmfNodalFlags()

XdmfNodalFlags (   h5_results)

Return a list of XDMF Attribute objects for nodal flags in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the flags

Checks for flags stored in data sets by variable name in:

  • h5_flags["NodalFlagValues/<flag-name>"]

Expects:

  • each flag variable occurs only once

If no flags are found, returns an empty list.

See:

  • core.operations.NodalFlagsValueOutput.

◆ XdmfNodalResults()

XdmfNodalResults (   h5_results)

Return a list of XDMF Attribute objects for nodal results in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Checks for results stored in data sets by variable name in:

  • h5_results["NodalSolutionStepData/<variable-name>"]
  • h5_results["NodalDataValues/<variable-name>"]

Expects:

  • each result variable occurs only once

If no results are found, returns an empty list.

See:

  • core.operations.NodalSolutionStepDataOutput,
  • core.operations.NodalDataValueOutput.

◆ XdmfResults()

XdmfResults ( h5py.Group  h5_results)

Return a list of XDMF Attribute objects for results in an HDF5 file.

Keyword arguments: h5_results – the HDF5 group containing the results

Variable Documentation

◆ warn_msg

str warn_msg = "h5py module was not found!"