mni

Functions

mni.defineBulkMask

mni.defineBulkMask()

The type of the None singleton.

mni.defineResultMask

mni.defineResultMask()

The type of the None singleton.

mni.extractH5Results

mni.extractH5Results()

The type of the None singleton.

mni.extractIncludeFiles

mni.extractIncludeFiles()

The type of the None singleton.

mni.importBulkData

mni.importBulkData()

The type of the None singleton.

mni.importH5

mni.importH5()

The type of the None singleton.

mni.import_matran

mni.import_matran(filename, varargin)

import_matran Entry point function for importing data into the Matran framework.

Syntax:
  • Importing Matran data using ‘uigetfile’ to select file.

    >> MatranData = import_matran();

  • Importing Matran data using ‘uigetfile’ and using parameters

    >> MatranData = import_matran([], ‘Param1’, val1, …)

    • Importing a FE model from text file (.bdf, .dat)

    >> FEM = import_matran(‘models/uob_harw_R.bdf’)

  • Importing a FE model from a MSC.Nastran HDF5 file (.h5)

    >> FEM = import_matran()

  • Importing data and suppressing output to log

    >> FEM = import_matran(…, ‘Verbose’, false);

  • Importing data and providing a custom log function

    >> fid = fopen(‘import_diary.txt’, ‘w’); >> log_fcn = @(str, bNewLine, bLiteral) fprintf(fid, ‘%s’, str) >> FEM = import_matran(…, ‘LogFcn’, log_fcn);

Detailed Description:
  • The import function is selected based on the extension of the file.

See also:

References:

[1].

Author : Christopher Szczyglowski Email : chris.szczyglowski@gmail.com Timestamp : 29-Apr-2020 20:46:17

Copyright (c) 2020 Christopher Szczyglowski All Rights Reserved

Revision: 1.0 29-Apr-2020 20:46:17
  • Initial function:

<end_of_pre_formatted_H1>

TODO - Add .pch output reading TODO - Add .f06 output reading TODO - Add .op2 output reading

mni.isMatranClass

mni.isMatranClass()

The type of the None singleton.

mni.logger

mni.logger()

The type of the None singleton.

mni.readCharDataFromFile

mni.readCharDataFromFile()

The type of the None singleton.

mni.splitInputFile

mni.splitInputFile()

The type of the None singleton.