创建 LCN 文件

“输入”文件或“调用输入”文件 (.LCN) 用于存储交互运行时输入“节点结果转换器”中的输入。因此,.LCN 文件将分为与“节点结果转换器”中显示的三个选项卡相同的三个部分。用于创建此输入的文本文件的最佳方式是运行“节点结果转换器”,然后输入所有相应的值并单击“保存输入”按钮。但是,如果尚未分析模型,则无法在“节点结果转换器”中指定现有结果文件等。在此类情况下,有两种选择:

  1. 使用已完成的类似分析输入“节点结果转换器”输入,将输入存储到 .LCN 文件,然后编辑 .LCN 文件并针对尚未分析的模型调整该文件。下面是更好的选择。
  2. 通过剪切和粘贴下表中所有三个部分的相应文本,然后将所有 ?? 替换为用户的输入来创建文本文件。可以删除 ! 后面的任一行或行中的部分内容。

在所有情况下,条目“真”或“假”均可以分别替换为 1 或 0。

“节点结果转换器”通过搜索每行中的关键字读取 .LCN 文件。请勿更改冒号 (:) 左侧的任何文本。可以删除或添加空行和注释(! 后面的内容)。输入的大小写无关紧要。

可以创建、附加或覆盖文本格式的新结果文件。只能创建或覆盖二进制格式的新结果文件。在这两种情况下,如果调用文件指定创建的新结果文件已存在,则将切换到覆盖以确保先清除该文件。

  1. 输入文件和选项
    • 1a. 现有结果文件为二进制格式时,请使用以下文本行并指定文件名:

      Load Case/Node list for Nodal Results Translator: 1.06

      ! blank lines and text after ! are ignored.

      Existing Results File..: ??

      Existing Results File Type: Binary

    • 1b. 现有结果文件为文本格式时,请使用以下文本行并指定文件名和选项(?? 条目):

      ! Load Case/Node list for Nodal Results Translator: 1.06

      ! blank lines and text after ! are ignored.

      Existing Results File..: ??

      Existing Results File Type: Text

      ! Input Text Options:

      Column Separator.: ?? ! acceptable entries in table below

      Load case number on each line: ?? ! true or false

      Node numbers on each line.: ?? ! true or false

      Ignore quantity on each line.: ?? ! true or false

  2. 输出文件和选项
    • 2a. 新结果文件为二进制格式时,请使用以下文本行并指定文件名、新文件是覆盖后的文件还是新文件、所有 6 个自由度的调整值。

      New Results File.: ??

      Creating or Overwriting: ??

      New Results File Type..: Binary

      Adjustment Value magnitudes.: ??, ??, ??, ??, ??, ??

    • 2b. 新结果文件为文本格式时,请使用以下文本行:

      New Results File.: ??

      Creating, Appending, Overwriting: ??

      New Results File Type..: Text

      ! Output Text Options:

      Text headers above columns..: ?? ! true or false

      Load case numbers on each line.: ?? ! true or false

      Node numbers on each line: ?? ! true or false

      Add blank line between different load cases: ?? ! true or false

      Group results on single row.: ?? ! true or false

      Column Separator: ?? ! see table below

      Number Format: ?? ! General, Fixed, or Scientific

      ! if Fixed or Scientific include the following 2 lines.

      ! DO NOT include the following 2 lines for General format

      Number of decimal places.: ??

      Align decimals..: ?? ! true or false

      ! if Fixed, include the following line.

      ! DO NOT include the following line for General or Scientific

      Number of leading digits.: ??

      Adjustment Value columns to output: ??,??,??,??,??,?? ! true false

      Total magnitude columns to output.: ??,?? ! true or false

      Adjustment Value magnitudes.: ??,??,??,??,??,??

  3. 载荷工况和节点输出
    • 3a. 若要使用“指定工况, 所有节点”和载荷工况列表,请使用以下文本行:

      Load Case and Node Output: Specify Cases, All Nodes

      ! start each load case line with an *

      ! use - and/or , to separate multiple entries, such as *1-5,10-15

      *??

    • 3b. 若要使用“指定载荷工况和节点”和载荷工况电子表格,请使用以下文本行:

      Load Case and Node Output: Specify Load Cases and Nodes

      ! start each load case line with an *

      ! follow each line of load case(s) with list of corresponding nodes.

      ! use - and/or , to separate multiple entries, such as 1-5,10-15

      *?? ! entry in Load Case(s) cell

      ?? ! entry in Node(s) cell. Use multiple rows for node cells as needed.

分隔符 现有结果文件 新结果文件
, [逗号]
; [分号]
[Tab]
[返回]
[空格]
任何用户指定的文本。如果分隔符包含空格,请包含在引号 "" 中。