Eleo
Mechanical
- Mar 2, 2015
- 26
I want to define a transient internal pressure in a pipeline using an input file and the subroutine DLOAD
1) I use as a starting point the input file at constant pressure:
I use the file.inp as an input file. The loads are defined as:
** LOADS
**
** Name: Load-1 Type: Pressure
*Dsload
Surf-1, P, 7000.
**
2) For the transient internal pressure, I modify the load part in the input file at constant pressure (1) and use a dload subroutine:
** LOADS
**
** Name: Load-1 Type: Pressure
*Dload
Surf-1
**
When I launch the file with Constant pressure (1), it is working ok.
When I launch the transient internal pressure input file (2) and the dload subroutine, I have the following error:
***ERROR: in keyword *DLOAD, file “Job-1.inp”, line 22935: Unknown assembly
element set SURF-1
Why do I have this error?
1) I use as a starting point the input file at constant pressure:
I use the file.inp as an input file. The loads are defined as:
** LOADS
**
** Name: Load-1 Type: Pressure
*Dsload
Surf-1, P, 7000.
**
2) For the transient internal pressure, I modify the load part in the input file at constant pressure (1) and use a dload subroutine:
** LOADS
**
** Name: Load-1 Type: Pressure
*Dload
Surf-1
**
When I launch the file with Constant pressure (1), it is working ok.
When I launch the transient internal pressure input file (2) and the dload subroutine, I have the following error:
***ERROR: in keyword *DLOAD, file “Job-1.inp”, line 22935: Unknown assembly
element set SURF-1
Why do I have this error?