Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Pascal is Pascal is Pascal is dog meat." -- M. Devine and P. Larson, Computer Science 340


devel / comp.lang.fortran / Format Question regarding a NASTRAN Input File

SubjectAuthor
* Format Question regarding a NASTRAN Input FileEberhard Franz
+- Re: Format Question regarding a NASTRAN Input Filegah4
+- Re: Format Question regarding a NASTRAN Input Filegah4
+* Re: Format Question regarding a NASTRAN Input Filegah4
|+- Re: Format Question regarding a NASTRAN Input FileJohn
|`* Re: Format Question regarding a NASTRAN Input FileJohn
| +- Re: Format Question regarding a NASTRAN Input FileArjen Markus
| `* Re: Format Question regarding a NASTRAN Input Filegah4
|  `* Re: Format Question regarding a NASTRAN Input FileEberhard Franz
|   `* Re: Format Question regarding a NASTRAN Input Filegah4
|    `* Re: Format Question regarding a NASTRAN Input FileJohn
|     `* Re: Format Question regarding a NASTRAN Input Filegah4
|      `* Re: Format Question regarding a NASTRAN Input FileEberhard Franz
|       `- Re: Format Question regarding a NASTRAN Input Filegah4
`- Re: Format Question regarding a NASTRAN Input Filegah4

1
Format Question regarding a NASTRAN Input File

<9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2947&group=comp.lang.fortran#2947

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:622a:5149:b0:38d:961c:a568 with SMTP id ew9-20020a05622a514900b0038d961ca568mr324658qtb.511.1665675869738;
Thu, 13 Oct 2022 08:44:29 -0700 (PDT)
X-Received: by 2002:a05:620a:2b49:b0:6ee:bf01:69eb with SMTP id
dp9-20020a05620a2b4900b006eebf0169ebmr362861qkb.647.1665675869580; Thu, 13
Oct 2022 08:44:29 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Thu, 13 Oct 2022 08:44:29 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:6d40:3bf5:4f01:1562:244e:20e1:3f27;
posting-account=O8S_ggoAAAAkOJZyQuKq8V--1-lWnaWC
NNTP-Posting-Host: 2a02:6d40:3bf5:4f01:1562:244e:20e1:3f27
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
Subject: Format Question regarding a NASTRAN Input File
From: muppets1958@googlemail.com (Eberhard Franz)
Injection-Date: Thu, 13 Oct 2022 15:44:29 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1832
 by: Eberhard Franz - Thu, 13 Oct 2022 15:44 UTC

Dear colleagues,

I am currently analyzing the structure of NX NASTRAN input files ("bulk.dat"). I came across a table with two pairs of values.

If you use 0.0 as both the abscissa and ordinate as the first pair of values and choose 2E6 and 7E12 for the second pair of values, NX writes the following output line to the file:
bb0.0000bb0.00002.0000+67.000+12
If you choose 1.0 and 22300 for the second pair of values, NX writes to the file:
bb0.0000bb0.00001.00000022300.00
For the second pair of values 1.0 and 700, NX writes:
bb0.0000bb0.00001.000000700.0000
"b" stands for a space.

Does anyone have an idea with which Fortran format the output described above can be generated?

I am very grateful for every hint, many thanks in advance

muppets

Re: Format Question regarding a NASTRAN Input File

<c7c3cc1d-3a8a-4dca-8607-94d69eb7d050n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2950&group=comp.lang.fortran#2950

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:e83:b0:4b1:d0c9:371 with SMTP id hf3-20020a0562140e8300b004b1d0c90371mr813105qvb.86.1665684458284;
Thu, 13 Oct 2022 11:07:38 -0700 (PDT)
X-Received: by 2002:a05:620a:1721:b0:6ce:78a7:daca with SMTP id
az33-20020a05620a172100b006ce78a7dacamr903257qkb.487.1665684458136; Thu, 13
Oct 2022 11:07:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Thu, 13 Oct 2022 11:07:37 -0700 (PDT)
In-Reply-To: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:21d5:8b8e:cc4c:677c;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:21d5:8b8e:cc4c:677c
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c7c3cc1d-3a8a-4dca-8607-94d69eb7d050n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Thu, 13 Oct 2022 18:07:38 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2358
 by: gah4 - Thu, 13 Oct 2022 18:07 UTC

On Thursday, October 13, 2022 at 8:44:31 AM UTC-7, muppe...@googlemail.com wrote:
> Dear colleagues,
>
> I am currently analyzing the structure of NX NASTRAN input files ("bulk.dat"). I came across a table with two pairs of values.
>
> If you use 0.0 as both the abscissa and ordinate as the first pair of values and choose 2E6 and 7E12 for the second pair of values, NX writes the following output line to the file:
> bb0.0000bb0.00002.0000+67.000+12

These look like formats that were not rare in the punched card days for input.
I am not so sure now about output formats.

Looking at 7.000+12, this would be 1PE8.3.

There is, however, the G format which allows the selection
between F and E, depending on the value.

So, my next thought is 1PG8.3

You need the 1P, otherwise there is a leading 0 before the decimal point.

The output is allowed to omit the E, and just put the signed exponent,
if there is not enough space. It seems it is also allowed to omit the
leading sign, and column to print it in.

Reading the Fortran 66 explanation, I believe that works.
I am not so sure that the newer explanation is as easy to read.

Re: Format Question regarding a NASTRAN Input File

<e4296de2-9115-4ecf-bfc6-0d63b7023ad9n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2951&group=comp.lang.fortran#2951

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:622a:2d0:b0:395:e96a:8eeb with SMTP id a16-20020a05622a02d000b00395e96a8eebmr1036201qtx.176.1665684824901;
Thu, 13 Oct 2022 11:13:44 -0700 (PDT)
X-Received: by 2002:ac8:57d4:0:b0:35c:e8d2:f82d with SMTP id
w20-20020ac857d4000000b0035ce8d2f82dmr1016042qta.162.1665684824782; Thu, 13
Oct 2022 11:13:44 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Thu, 13 Oct 2022 11:13:44 -0700 (PDT)
In-Reply-To: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:21d5:8b8e:cc4c:677c;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:21d5:8b8e:cc4c:677c
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e4296de2-9115-4ecf-bfc6-0d63b7023ad9n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Thu, 13 Oct 2022 18:13:44 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1541
 by: gah4 - Thu, 13 Oct 2022 18:13 UTC

On Thursday, October 13, 2022 at 8:44:31 AM UTC-7, muppe...@googlemail.com wrote:

(snip)

> Does anyone have an idea with which Fortran format the output described above can be generated?

Trying with gfortran and output in 1PE8.3, I get ******** for all values.

I don't right now have any running Fortran 66 compiler to test it on.

Re: Format Question regarding a NASTRAN Input File

<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2958&group=comp.lang.fortran#2958

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a37:38f:0:b0:6ea:2f84:5667 with SMTP id 137-20020a37038f000000b006ea2f845667mr1978960qkd.578.1665703861736;
Thu, 13 Oct 2022 16:31:01 -0700 (PDT)
X-Received: by 2002:a05:6214:29c6:b0:4b3:fc03:6214 with SMTP id
gh6-20020a05621429c600b004b3fc036214mr2141540qvb.77.1665703861568; Thu, 13
Oct 2022 16:31:01 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Thu, 13 Oct 2022 16:31:01 -0700 (PDT)
In-Reply-To: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:9ced:2498:7a29:d9b0;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:9ced:2498:7a29:d9b0
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Thu, 13 Oct 2022 23:31:01 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1807
 by: gah4 - Thu, 13 Oct 2022 23:31 UTC

On Thursday, October 13, 2022 at 8:44:31 AM UTC-7, muppe...@googlemail.com wrote:
> Dear colleagues,
>
> I am currently analyzing the structure of NX NASTRAN input files ("bulk.dat"). I came across a table with two pairs of values.

As far as I know, those are legal for an input format such as F8.0.

But I believe that NASTRAN does its own I/O conversion much of the time.

Since the input format allows mixing of alphanumeric fields and
numeric fields, it isn't so easy.

And Fortran 66 doesn't have internal I/O, to make it easy to do such
conversions after they are read in as characters.

Re: Format Question regarding a NASTRAN Input File

<9f9f82c1-bca2-4c1b-8620-a75f4759ffccn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2964&group=comp.lang.fortran#2964

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:620a:2293:b0:6ee:94a6:5cd4 with SMTP id o19-20020a05620a229300b006ee94a65cd4mr2582673qkh.537.1665731727617;
Fri, 14 Oct 2022 00:15:27 -0700 (PDT)
X-Received: by 2002:a05:6214:528b:b0:4b4:52ab:fd04 with SMTP id
kj11-20020a056214528b00b004b452abfd04mr2836954qvb.122.1665731727466; Fri, 14
Oct 2022 00:15:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 00:15:27 -0700 (PDT)
In-Reply-To: <f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:546:300:4c20:8d5b:6cf9:b1ed:959f;
posting-account=7tVJUQoAAACymEG6aShD5R0lhHCm_A0r
NNTP-Posting-Host: 2601:546:300:4c20:8d5b:6cf9:b1ed:959f
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com> <f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9f9f82c1-bca2-4c1b-8620-a75f4759ffccn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: urbanjost@comcast.net (John)
Injection-Date: Fri, 14 Oct 2022 07:15:27 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1953
 by: John - Fri, 14 Oct 2022 07:15 UTC

On Thursday, October 13, 2022 at 7:31:03 PM UTC-4, gah4 wrote:
> On Thursday, October 13, 2022 at 8:44:31 AM UTC-7, muppe...@googlemail.com wrote:
> > Dear colleagues,
> >
> > I am currently analyzing the structure of NX NASTRAN input files ("bulk.dat"). I came across a table with two pairs of values.
> As far as I know, those are legal for an input format such as F8.0.
>
> But I believe that NASTRAN does its own I/O conversion much of the time.
>
> Since the input format allows mixing of alphanumeric fields and
> numeric fields, it isn't so easy.
>
> And Fortran 66 doesn't have internal I/O, to make it easy to do such
> conversions after they are read in as characters.

Re: Format Question regarding a NASTRAN Input File

<c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2965&group=comp.lang.fortran#2965

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:f2b:b0:4b1:7b01:6de2 with SMTP id iw11-20020a0562140f2b00b004b17b016de2mr2830352qvb.122.1665732079600;
Fri, 14 Oct 2022 00:21:19 -0700 (PDT)
X-Received: by 2002:ac8:4d5b:0:b0:39c:b6d2:b631 with SMTP id
x27-20020ac84d5b000000b0039cb6d2b631mr3014935qtv.487.1665732079442; Fri, 14
Oct 2022 00:21:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!aioe.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 00:21:19 -0700 (PDT)
In-Reply-To: <f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:546:300:4c20:8d5b:6cf9:b1ed:959f;
posting-account=7tVJUQoAAACymEG6aShD5R0lhHCm_A0r
NNTP-Posting-Host: 2601:546:300:4c20:8d5b:6cf9:b1ed:959f
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com> <f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: urbanjost@comcast.net (John)
Injection-Date: Fri, 14 Oct 2022 07:21:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: John - Fri, 14 Oct 2022 07:21 UTC

With other variants of NASTRAN, such as NASTRAN 93 an MYSTRAN the code is available, and I did not look at NX NASTRAN but I would guess the format of the file is in their documenation or available on request? That might be easier than guessing how the file was written, which could be a compound format or conditionally selected, etc.

Re: Format Question regarding a NASTRAN Input File

<23683a31-ebeb-408c-9f8d-e7c04c7c4155n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2966&group=comp.lang.fortran#2966

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:ad4:5bc5:0:b0:4af:b21d:2ad7 with SMTP id t5-20020ad45bc5000000b004afb21d2ad7mr2921702qvt.112.1665733527389;
Fri, 14 Oct 2022 00:45:27 -0700 (PDT)
X-Received: by 2002:ad4:5dc6:0:b0:4b3:5d60:f41c with SMTP id
m6-20020ad45dc6000000b004b35d60f41cmr2963178qvh.100.1665733527164; Fri, 14
Oct 2022 00:45:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 00:45:26 -0700 (PDT)
In-Reply-To: <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=62.194.189.128; posting-account=A91wAAoAAADgBUxBX6QqsrSD26GLhVp8
NNTP-Posting-Host: 62.194.189.128
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <23683a31-ebeb-408c-9f8d-e7c04c7c4155n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: arjen.markus895@gmail.com (Arjen Markus)
Injection-Date: Fri, 14 Oct 2022 07:45:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1965
 by: Arjen Markus - Fri, 14 Oct 2022 07:45 UTC

On Friday, October 14, 2022 at 9:21:21 AM UTC+2, John wrote:
> With other variants of NASTRAN, such as NASTRAN 93 an MYSTRAN the code is available, and I did not look at NX NASTRAN but I would guess the format of the file is in their documenation or available on request? That might be easier than guessing how the file was written, which could be a compound format or conditionally selected, etc.

The Fortran Discourse forum currently has a thread on MYSTRAN - https://fortran-lang.discourse.group/t/fortran-project-finite-element-solver/4529/3.
Their site mentions a forum, perhaps they can offer specific help?

Regards,

Arjen

Re: Format Question regarding a NASTRAN Input File

<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2967&group=comp.lang.fortran#2967

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:f2b:b0:4b1:7b01:6de2 with SMTP id iw11-20020a0562140f2b00b004b17b016de2mr2889887qvb.122.1665733989031;
Fri, 14 Oct 2022 00:53:09 -0700 (PDT)
X-Received: by 2002:a37:a98b:0:b0:6eb:c2c5:7af6 with SMTP id
s133-20020a37a98b000000b006ebc2c57af6mr2742360qke.409.1665733988890; Fri, 14
Oct 2022 00:53:08 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 00:53:08 -0700 (PDT)
In-Reply-To: <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:9ced:2498:7a29:d9b0;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:9ced:2498:7a29:d9b0
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Fri, 14 Oct 2022 07:53:09 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2390
 by: gah4 - Fri, 14 Oct 2022 07:53 UTC

On Friday, October 14, 2022 at 12:21:21 AM UTC-7, John wrote:
> With other variants of NASTRAN, such as NASTRAN 93 an MYSTRAN
> the code is available, and I did not look at NX NASTRAN but I would
> guess the format of the file is in their documenation or available on request?
> That might be easier than guessing how the file was written, which
> could be a compound format or conditionally selected, etc.

I have what, as far as I know, is the NASA version.
There is a big file explaining the file format.

The question seems not to be what is the file format, but why.
Or another way to look at it, how to write that from Fortran.

It might be that Fortran would write that at the time, but I think it
doesn't anymore. The conversion routines are, I believe written
in Fortran.

The format gets ten 8 character fields on a (80 column) card.
There is an alternate form that gets 16 character fields, except for the first and last,
on two cards. And also a free-form way for Unix and VAX with longer lines.

And then programs to convert between them.

Re: Format Question regarding a NASTRAN Input File

<d7263666-47b0-44b0-977c-adfb87e414b5n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2968&group=comp.lang.fortran#2968

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:ac8:59cb:0:b0:39a:dbc7:2424 with SMTP id f11-20020ac859cb000000b0039adbc72424mr3173460qtf.304.1665736389612;
Fri, 14 Oct 2022 01:33:09 -0700 (PDT)
X-Received: by 2002:a0c:9151:0:b0:4b1:8375:46d3 with SMTP id
q75-20020a0c9151000000b004b1837546d3mr3281219qvq.122.1665736389419; Fri, 14
Oct 2022 01:33:09 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 01:33:09 -0700 (PDT)
In-Reply-To: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:9ced:2498:7a29:d9b0;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:9ced:2498:7a29:d9b0
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d7263666-47b0-44b0-977c-adfb87e414b5n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Fri, 14 Oct 2022 08:33:09 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1753
 by: gah4 - Fri, 14 Oct 2022 08:33 UTC

On Thursday, October 13, 2022 at 8:44:31 AM UTC-7, muppe...@googlemail.com wrote:
> Dear colleagues,
>
> I am currently analyzing the structure of NX NASTRAN input files ("bulk.dat"). I came across a table with two pairs of values.

A big part of bulk card I/O is ffread.f
There are many smaller routines that help do conversion, such as rcard.f, rcard2.f,
and similar names.

Even though it is supposed to be form the 1960s, there are a lot of
CHARACTER variables, and also internal I/O. So, much of it has been
rewritten over the years.

Re: Format Question regarding a NASTRAN Input File

<f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2969&group=comp.lang.fortran#2969

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a37:9144:0:b0:6cf:5dc3:417c with SMTP id t65-20020a379144000000b006cf5dc3417cmr3342625qkd.213.1665751522992;
Fri, 14 Oct 2022 05:45:22 -0700 (PDT)
X-Received: by 2002:a05:620a:2b4c:b0:6e4:341e:6d56 with SMTP id
dp12-20020a05620a2b4c00b006e4341e6d56mr3510992qkb.162.1665751522709; Fri, 14
Oct 2022 05:45:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 05:45:22 -0700 (PDT)
In-Reply-To: <08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:6d40:3bf5:4f01:856d:d1e3:ee4e:f4e0;
posting-account=O8S_ggoAAAAkOJZyQuKq8V--1-lWnaWC
NNTP-Posting-Host: 2a02:6d40:3bf5:4f01:856d:d1e3:ee4e:f4e0
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: muppets1958@googlemail.com (Eberhard Franz)
Injection-Date: Fri, 14 Oct 2022 12:45:22 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2498
 by: Eberhard Franz - Fri, 14 Oct 2022 12:45 UTC

gah4 schrieb am Freitag, 14. Oktober 2022 um 09:53:10 UTC+2:
> ....

> The question seems not to be what is the file format, but why.
> Or another way to look at it, how to write that from Fortran.
>
First of all: thank you very much for your answers.
I would like to explain briefly why I am asking this question. I'm currently investigating the behavior of finitely long, thin-walled and non-round cylinders under external pressure. A total of about 1000 geometrically non-linear FE analyzes result from this.
Doing this via the GUI would take a very long time. With the evaluation, an FE analysis takes about 20 minutes. So I would like to create the bulk files with one or more Fortran programs automatically and start NASTRAN via the command line in a batch file in a second step.

The specific example from my first post is about writing a TABLED1 record. The reason for my question was indeed how to write this in Fortran as simply as possible.
I keep searching. If I find a solution, I'll write about it.

muppets

Re: Format Question regarding a NASTRAN Input File

<2034241f-e379-48f3-8359-766969815dabn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2979&group=comp.lang.fortran#2979

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:21e6:b0:4af:a811:6c69 with SMTP id p6-20020a05621421e600b004afa8116c69mr5660556qvj.40.1665781784993;
Fri, 14 Oct 2022 14:09:44 -0700 (PDT)
X-Received: by 2002:ac8:5788:0:b0:39c:d848:9973 with SMTP id
v8-20020ac85788000000b0039cd8489973mr4040429qta.360.1665781784864; Fri, 14
Oct 2022 14:09:44 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 14:09:44 -0700 (PDT)
In-Reply-To: <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:40a9:7496:bb9c:93f7;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:40a9:7496:bb9c:93f7
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com> <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2034241f-e379-48f3-8359-766969815dabn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Fri, 14 Oct 2022 21:09:44 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2899
 by: gah4 - Fri, 14 Oct 2022 21:09 UTC

On Friday, October 14, 2022 at 5:45:24 AM UTC-7, muppe...@googlemail.com wrote:
> gah4 schrieb am Freitag, 14. Oktober 2022 um 09:53:10 UTC+2:
> > ....
> > The question seems not to be what is the file format, but why.
> > Or another way to look at it, how to write that from Fortran.

(snip)

>. So I would like to create the bulk files with one or more Fortran programs
> automatically and start NASTRAN via the command line in a batch file in a second step.

(snip)
> The reason for my question was indeed how to write this in Fortran as simply as possible.
> I keep searching. If I find a solution, I'll write about it.

As well as I know it, there is the 8 column form and 16 column form, and a program
to convert the latter to the former.

It seems to me that the easiest way is to write the latter and use that program.

Current Fortran input routines will accept values without the E,
but not always write them. I am not sure that Fortran 66 programs would
write them, but the standard sounds like they might.
(I believe some will write them with three digit exponents, though.)

If the number is positive, you don't need to leave a column for sign.
If the exponent is only one digit, you don't need a leading zero.
And you don't need the E if you have the sign.

But I don't think they will write them that way now.

There is also a free-form input routine, and I believe again a program to convert
to the 8 column form.

Re: Format Question regarding a NASTRAN Input File

<71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2980&group=comp.lang.fortran#2980

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:ac8:5fcd:0:b0:35c:d514:eb86 with SMTP id k13-20020ac85fcd000000b0035cd514eb86mr6159716qta.616.1665784956200;
Fri, 14 Oct 2022 15:02:36 -0700 (PDT)
X-Received: by 2002:ad4:5e87:0:b0:4b1:9455:5bf1 with SMTP id
jl7-20020ad45e87000000b004b194555bf1mr67575qvb.46.1665784955957; Fri, 14 Oct
2022 15:02:35 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 15:02:35 -0700 (PDT)
In-Reply-To: <2034241f-e379-48f3-8359-766969815dabn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:546:300:4c20:f1f1:5843:918d:e0cc;
posting-account=7tVJUQoAAACymEG6aShD5R0lhHCm_A0r
NNTP-Posting-Host: 2601:546:300:4c20:f1f1:5843:918d:e0cc
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com> <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
<2034241f-e379-48f3-8359-766969815dabn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: urbanjost@comcast.net (John)
Injection-Date: Fri, 14 Oct 2022 22:02:36 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4111
 by: John - Fri, 14 Oct 2022 22:02 UTC

On Friday, October 14, 2022 at 5:09:46 PM UTC-4, gah4 wrote:
> On Friday, October 14, 2022 at 5:45:24 AM UTC-7, muppe...@googlemail.com wrote:
> > gah4 schrieb am Freitag, 14. Oktober 2022 um 09:53:10 UTC+2:
> > > ....
> > > The question seems not to be what is the file format, but why.
> > > Or another way to look at it, how to write that from Fortran.
> (snip)
> >. So I would like to create the bulk files with one or more Fortran programs
> > automatically and start NASTRAN via the command line in a batch file in a second step.
> (snip)
> > The reason for my question was indeed how to write this in Fortran as simply as possible.
> > I keep searching. If I find a solution, I'll write about it.
> As well as I know it, there is the 8 column form and 16 column form, and a program
> to convert the latter to the former.
>
> It seems to me that the easiest way is to write the latter and use that program.
>
> Current Fortran input routines will accept values without the E,
> but not always write them. I am not sure that Fortran 66 programs would
> write them, but the standard sounds like they might.
> (I believe some will write them with three digit exponents, though.)
>
> If the number is positive, you don't need to leave a column for sign.
> If the exponent is only one digit, you don't need a leading zero.
> And you don't need the E if you have the sign.
>
> But I don't think they will write them that way now.
>
> There is also a free-form input routine, and I believe again a program to convert
> to the 8 column form.
That is what I remember. The 16-character field seems like a good idea; but if I remember correctly there were ten 8-characters fields you could write into with basically any format, but if you have e+-NN and a period and a possible leading sign you are down to two significant digits without using a compressed format, so just writing everything with an E/ES/EN format is no good with a field that short. So as suggested, write into 16 and let the program compress the numbers down. Years ago we used to modify the vendor compilers to write in that format, which I think the CDC machines may have originated. There were several reasons people used to say that format was useful,
having to do with tab stops every eight characters, using the minimal number of cards for input, etc. but not sure if any of them are true;
but really surprised that appears to still be the format for a bulk file.

Re: Format Question regarding a NASTRAN Input File

<d5c4253d-5498-47ee-93a8-b8fa802febd0n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2983&group=comp.lang.fortran#2983

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:622a:1a0a:b0:39c:c8d9:4061 with SMTP id f10-20020a05622a1a0a00b0039cc8d94061mr457269qtb.350.1665796970985;
Fri, 14 Oct 2022 18:22:50 -0700 (PDT)
X-Received: by 2002:a05:622a:1208:b0:35c:e1f8:338f with SMTP id
y8-20020a05622a120800b0035ce1f8338fmr423193qtx.409.1665796970856; Fri, 14 Oct
2022 18:22:50 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Fri, 14 Oct 2022 18:22:50 -0700 (PDT)
In-Reply-To: <71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:40a9:7496:bb9c:93f7;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:40a9:7496:bb9c:93f7
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com> <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
<2034241f-e379-48f3-8359-766969815dabn@googlegroups.com> <71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d5c4253d-5498-47ee-93a8-b8fa802febd0n@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Sat, 15 Oct 2022 01:22:50 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2195
 by: gah4 - Sat, 15 Oct 2022 01:22 UTC

On Friday, October 14, 2022 at 3:02:37 PM UTC-7, John wrote:

(snip)

> That is what I remember. The 16-character field seems like a good idea;
> but if I remember correctly there were ten 8-characters fields you could
> write into with basically any format, but if you have e+-NN and a period
> and a possible leading sign you are down to two significant digits
> without using a compressed format,

I just remembered that you could use E8.3E1
which gives only one digit for the exponent.
That works, until the values get too big or too small.

C test fortran i/o
READ(*,*) X
PRINT 1,X
1 FORMAT(E8.3E1)
END

Re: Format Question regarding a NASTRAN Input File

<9bade351-9251-4202-830a-88d9bc2a850fn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2985&group=comp.lang.fortran#2985

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:622a:64c:b0:39c:ba62:ef05 with SMTP id a12-20020a05622a064c00b0039cba62ef05mr1260961qtb.351.1665827192700;
Sat, 15 Oct 2022 02:46:32 -0700 (PDT)
X-Received: by 2002:a05:6214:29c5:b0:4b1:9c45:c6dc with SMTP id
gh5-20020a05621429c500b004b19c45c6dcmr1293645qvb.2.1665827192537; Sat, 15 Oct
2022 02:46:32 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sat, 15 Oct 2022 02:46:32 -0700 (PDT)
In-Reply-To: <d5c4253d-5498-47ee-93a8-b8fa802febd0n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:6d40:3bf5:4f01:b9b9:4a3b:d6c8:fcfe;
posting-account=O8S_ggoAAAAkOJZyQuKq8V--1-lWnaWC
NNTP-Posting-Host: 2a02:6d40:3bf5:4f01:b9b9:4a3b:d6c8:fcfe
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com> <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
<2034241f-e379-48f3-8359-766969815dabn@googlegroups.com> <71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>
<d5c4253d-5498-47ee-93a8-b8fa802febd0n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9bade351-9251-4202-830a-88d9bc2a850fn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: muppets1958@googlemail.com (Eberhard Franz)
Injection-Date: Sat, 15 Oct 2022 09:46:32 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1860
 by: Eberhard Franz - Sat, 15 Oct 2022 09:46 UTC

The NX Nastran User's Guide states that both 0.7E1 and 70.-1 are allowed.
So the problem was easily solved by an 4G8.4E1 format. It is therefore not necessary to generate the output without the "E".

Again thank you very much!

muppets

Re: Format Question regarding a NASTRAN Input File

<550251a6-8b3d-407a-90d8-c91f30627eddn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2987&group=comp.lang.fortran#2987

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:ac8:5716:0:b0:39c:c97e:ccea with SMTP id 22-20020ac85716000000b0039cc97ecceamr2699688qtw.192.1665855455894;
Sat, 15 Oct 2022 10:37:35 -0700 (PDT)
X-Received: by 2002:a05:622a:58d:b0:39c:e0d5:1338 with SMTP id
c13-20020a05622a058d00b0039ce0d51338mr2427806qtb.591.1665855455746; Sat, 15
Oct 2022 10:37:35 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sat, 15 Oct 2022 10:37:35 -0700 (PDT)
In-Reply-To: <9bade351-9251-4202-830a-88d9bc2a850fn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:5597:befd:1b31:44af;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:5597:befd:1b31:44af
References: <9e1e6fc4-aff8-419b-8c87-59b4d10d6122n@googlegroups.com>
<f9e27d7f-9ac2-4755-baca-a119648dfb5bn@googlegroups.com> <c13f587d-a5be-4715-a3b9-54c00224009fn@googlegroups.com>
<08da1ef7-ac9d-438a-9fed-61ac9d38e7cbn@googlegroups.com> <f8b4f4ff-a519-4deb-a903-46b7b3e9a848n@googlegroups.com>
<2034241f-e379-48f3-8359-766969815dabn@googlegroups.com> <71d11d14-3ec0-498a-b2cd-51c1a120f27an@googlegroups.com>
<d5c4253d-5498-47ee-93a8-b8fa802febd0n@googlegroups.com> <9bade351-9251-4202-830a-88d9bc2a850fn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <550251a6-8b3d-407a-90d8-c91f30627eddn@googlegroups.com>
Subject: Re: Format Question regarding a NASTRAN Input File
From: gah4@u.washington.edu (gah4)
Injection-Date: Sat, 15 Oct 2022 17:37:35 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2369
 by: gah4 - Sat, 15 Oct 2022 17:37 UTC

On Saturday, October 15, 2022 at 2:46:34 AM UTC-7, muppe...@googlemail.com wrote:
> The NX Nastran User's Guide states that both 0.7E1 and 70.-1 are allowed.
> So the problem was easily solved by an 4G8.4E1 format. It is therefore not necessary to generate the output without the "E".

I forgot in the last one, the 1P.

You want 1P to get one digit before the decimal point.

Yes it is not necessary to generate without the E, but you get one more digit if you do.

Well, it seems that Fortran likes to generate both E and sign.

With 1PG8.4E1 you can get 7.000E+1

But also, standard Fortran accepts 70.-1 as input, I believe since
Fortran I.

That is, Fortran as of October 15th, 1956

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor