Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Feddozz

    Passing arguments to fortran exec

    It works perfectly, Thanks!
  2. Feddozz

    Passing arguments to fortran exec

    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
  3. Feddozz

    Closing dialog application

    I found the Intel Forum very good. What I found: the DFLOGM code checks if a button with IDCANCEL exists, and, not having found it, does nothing. Solution: add a button with "Close" or "Cancel" caption and assign identifier IDCANCEL to it (or change the properties of "Apply" button if you...
  4. Feddozz

    Closing dialog application

    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...
  5. Feddozz

    Dinamic format specifier

    Thank you very much, johnhors It works absolutely fine!!
  6. Feddozz

    Dinamic format specifier

    If it is possible to convert the content of an integer variable to a string the dynamic format could work as follows: PROGRAM DYNFOR CHARACTER A*4 N=12 A= !A STATEMENT THAT CONVERTS THE CONTENT OF N IN '12' 1 FORMAT(A(F10.3)) END I tried to use the casting statement CHAR() but I...
  7. Feddozz

    Dinamic format specifier

    Hi, Thanks for the replies. @prost As I told you in the other post your suggestion is correct, with it I understood that my problem is different. After reading I need to write these values and in that case I really need a format specifier, because if I use an unformatted write, after a certain...
  8. Feddozz

    Readint TAB separated values

    Hi Prost, Thanks for your advice. You are right, the unformatted read works fine with the TAB separated values.
  9. Feddozz

    Dinamic format specifier

    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
  10. Feddozz

    Readint TAB separated values

    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
  11. Feddozz

    Changing the value of density during thermal analysis

    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...
  12. Feddozz

    Changing density in thermal analysis

    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...
  13. Feddozz

    shell 99 TRSHEAR

    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
  14. Feddozz

    Momentum of inertia with Autocad

    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
  15. Feddozz

    APDL

    Hello, please, can you tell me where can i find an APDL manual? Thank you
  16. Feddozz

    Change elments

    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

Part and Inventory Search