| setprob.m.html | |
| Source file: setprob.m | |
| Directory: /Users/rjl/clawpack_src/clawpack_master/apps/fvmbook/chap7/standing | |
| Converted: Sat Mar 23 2024 at 11:05:41 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
% read in parameters for acoustics
fid = fopen('setprob.data');
rho = fscanf(fid,'%g',1); fscanf(fid,'%s',1);
bulk = fscanf(fid,'%g',1); fscanf(fid,'%s',1);
beta = fscanf(fid,'%g',1); fscanf(fid,'%s',1);
fclose(fid);