Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Search results for query: *

  1. Frankpendegrass

    Multivariate polynomial interpolation

    I have tables of data stored as text files. There are four variables, a, b, c and d, which eventually produce a thermodynamic property, e. Thus, z = fn(a,b,c,d,e). The text files that contain the data are arranged in columns with headers. Problem is, interpolation; so far, i've been using...
  2. Frankpendegrass

    Calling an executable that in turn runs an input file in fortran

    Hi. I need to write a fortran program that calls an EXE, call it "runner.exe" that in turn runs an input file, call it "run.inp". Thing is, I would normally run "runner.exe" manually, and type in "run.inp" and "runner.exe" gives outputs. But now, I have 100's of input files and I can't affod...
  3. Frankpendegrass

    Fortran programming help

    Hi. I have an executable, call it, Pend.exe, that is required to run input files. The trouble is, the input files are about 1000 and they all have different names. How do I write a program in Fortran, that calls the executable, Pend.exe, and successively runs each input file ? Kindly help...

Part and Inventory Search

Back
Top