Last change
on this file since 11027 was 11027, checked in by Eric.Larour, 13 years ago |
merged trunk-jpl and trunk for revision 11026
|
File size:
589 bytes
|
Rev | Line | |
---|
[11027] | 1 | md=triangle(model,'../Exp/Square.exp',150000);
|
---|
[9641] | 2 | md=setmask(md,'../Exp/SquareShelf.exp','');
|
---|
[4996] | 3 | md=parameterize(md,'../Par/SquareSheetShelf.par');
|
---|
[9664] | 4 | md=setflowequation(md,'macayeal','all');
|
---|
[8589] | 5 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
[8295] | 6 | md=solve(md,DiagnosticSolutionEnum);
|
---|
[5098] | 7 |
|
---|
| 8 | %Fields and tolerances to track changes
|
---|
| 9 | field_names ={'Vx','Vy','Vel','Pressure'};
|
---|
| 10 | field_tolerances={1e-13,1e-13,1e-13,1e-13};
|
---|
| 11 | field_values={...
|
---|
[10981] | 12 | (md.results.DiagnosticSolution.Vx),...
|
---|
| 13 | (md.results.DiagnosticSolution.Vy),...
|
---|
| 14 | (md.results.DiagnosticSolution.Vel),...
|
---|
| 15 | (md.results.DiagnosticSolution.Pressure),...
|
---|
[5098] | 16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.