Last change
on this file since 10981 was 10981, checked in by Eric.Larour, 13 years ago |
merged trunk-jpl and trunk for revision 10980
|
File size:
588 bytes
|
Line | |
---|
1 | md=setmesh(model,'../Exp/Square.exp',150000);
|
---|
2 | md=setmask(md,'../Exp/SquareShelf.exp','');
|
---|
3 | md=parameterize(md,'../Par/SquareSheetShelf.par');
|
---|
4 | md=setflowequation(md,'macayeal','all');
|
---|
5 | md.cluster=generic('name',oshostname(),'np',3);
|
---|
6 | md=solve(md,DiagnosticSolutionEnum);
|
---|
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={...
|
---|
12 | (md.results.DiagnosticSolution.Vx),...
|
---|
13 | (md.results.DiagnosticSolution.Vy),...
|
---|
14 | (md.results.DiagnosticSolution.Vel),...
|
---|
15 | (md.results.DiagnosticSolution.Pressure),...
|
---|
16 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.