OutNic()

Print out the NIC appropriate commands from the given node in the .inp file.

Usage

OutNic( fileName = None, node = None)

Parameters

fileName (string)
The .inp file name.
node (string)
Data base path of the node.

Return Value

None

Errors

  • The node must exist in the data base.
  • The fileName must not be None.

Description

This routine prints out the NIC appropriate commands from the given node in the .inp file. For example,
nodeNic = ROOT + RS + 'NODAL_INITIAL_CONDITION'
node = nodeNic + RS + 'velocity'
OutNic( fileName = "." + name + ".nic", node = node)