Hello,
my executables read input files, calculate and write output files.
I would like to pass the name of the input file as an argument on the command line environment.
I.e.:
c:\>Myprogram c:\input_file.txt
Is it possible with FORTRAN?
Thanks in advance!
Vince
Hello everybody,
I'm developing a small dialog application. it's got the cancel button, when you press it it closes the application, and that's fine.
I want the application to be closed when I type in Alt+F4 or I click on the red cross button, the button you usually use to close every window...
Hi,
I need to read N values in the same row of a file.
The number of values changes so I need to have a dinamic format specifier.
For example
FORMAT(N(F10.2))
where N is stored in a real variable and changes.
Can you help me?
Tnx
HI,
I'm trying to read a row of real values in scientific notation separated with TABs.
If they were separated by spaces I could have specified
FORMAT(F10.3,F10.3,...)
but i don't know what to do in this case.
Thanks
Hi everyone,
I need to perform a thermal analysis. A slab of solid material subjected to one side heat flux. My energy balance equation takes in account conduction and heat generation.
The conduction term is the usual term.
The heat generation term is function of the density, but the density is...
Hi everyone,
I need to perform a thermal analysis. A slab of solid material subjected to one side heat flux. My energy balance equation takes in account conduction and heat generation.
The conduction term is the usual term.
The heat generation term is function of the density, but the density is...
Hi, I am trying to model a rectangular plate using the 3-by-3 matrix input option for shell99. could someone explain the meaning of the transverse shear term (TRSHEAR)?Where can i find a refarence?
Thanks
Hi,
I have some region defined in autocad 2000.
I need the momentum of inertia of these regions respect certain axes.
How can I reach them?
Thanks
Vincenzo
Hi.
I'm making up a model. I have defined two elements:first plane42 and then beam3.
I have meshed all the areas with plane42, now I want to use beam3 in order to mesh a line.How can I say to the program that now I want to change element to use
Thanks