The Oldroyd problem by the theta-scheme – class header.
template<class Problem>
string restart);
protected:
public:
protected:
};
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the problem_mixed page for the full documentation
see the space page for the full documentation
The Oldroyd problem by the theta-scheme – class body.
The Oldroyd problem by the theta-scheme – class body.
The Oldroyd problem by the theta-scheme – class body.
void sub_step1(const field &tau_h0, const field &uh0, const field &ph0, field &tau_h, field &uh, field &ph) const
bool solve(field &tau_h, field &uh, field &ph)
void initial(const geo &omega, field &tau_h, field &uh, field &ph, string restart)
Float residue(field &tau_h, field &uh, field &ph) const
void step(const field &tau_h0, const field &uh0, const field &ph0, field &tau_h, field &uh, field &ph) const
void reset(const geo &omega)
void update_transport_stress(const field &uh) const
void sub_step2(const field &uh0, const field &tau_h1, const field &uh1, field &tau_h, field &uh) const