navier_stokes test initialisation and sensitivity
Asked by
James Maddison
The navier_stokes test is initialised with:
u0 = Function(ic, name="Velocity")
and then the model immediately starts timestepping. Later a sensitivity to the initial condition is computed:
m = InitialConditio
...
rf = ReducedFunction
dJdm = rf.derative(
Should the model be initialised with a pressure projection, so that the velocity used on the first timestep is incompressible? That will then give a different sensitivity (but an identical forward run).
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
To post a message you must log in.