====== Differences ====== This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:utils:findorbit:alloptions [2009/02/03 08:35] gibson created |
docs:utils:findorbit:alloptions [2010/02/02 07:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | + | <code> | |
findorbit: | findorbit: | ||
Newton-Krylov-hookstep search for (relative) equilibrium or periodic orbit | Newton-Krylov-hookstep search for (relative) equilibrium or periodic orbit | ||
Line 44: | Line 44: | ||
-s2 --s2 restrict to s2-symmetric subspace | -s2 --s2 restrict to s2-symmetric subspace | ||
-s3 --s3 restrict to s3-symmetric subspace | -s3 --s3 restrict to s3-symmetric subspace | ||
+ | -sigma --sigma <string> file containing symmetry of relative eqb/orb | ||
+ | -symms --symmetries <string> constrain u(t) to invariant subspace generated by symmetries in listed file, arg is filename | ||
-R --Reynolds <real> default == 400 Reynolds number | -R --Reynolds <real> default == 400 Reynolds number | ||
-vdt --variableDt adjust dt to keep CFLmin<=CFL<CFLmax | -vdt --variableDt adjust dt to keep CFLmin<=CFL<CFLmax | ||
Line 58: | Line 60: | ||
-o --outdir <string> default == ./ output directory | -o --outdir <string> default == ./ output directory | ||
<flowfield> (trailing arg 1) initial guess for Newton search | <flowfield> (trailing arg 1) initial guess for Newton search | ||
+ | </code> |