Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 26 of file oldroyd_theta_scheme.h.
Public Member Functions | |
oldroyd_theta_scheme () | |
void | initial (const geo &omega, field &tau_h, field &uh, field &ph, string restart) |
bool | solve (field &tau_h, field &uh, field &ph) |
Public Attributes | |
Float | We |
Float | alpha |
Float | a |
Float | Re |
Float | delta_t |
Float | tol |
size_t | max_iter |
Protected Member Functions | |
void | step (const field &tau_h0, const field &uh0, const field &ph0, field &tau_h, field &uh, field &ph) const |
void | sub_step1 (const field &tau_h0, const field &uh0, const field &ph0, field &tau_h, field &uh, field &ph) const |
void | sub_step2 (const field &uh0, const field &tau_h1, const field &uh1, field &tau_h, field &uh) const |
Float | residue (field &tau_h, field &uh, field &ph) const |
void | reset (const geo &omega) |
void | update_transport_stress (const field &uh) const |
Protected Attributes | |
space | Th |
space | Xh |
space | Qh |
form | b |
form | c |
form | d |
form | mt |
form | inv_mt |
form | mu |
form | mp |
form | th |
field | thb |
Float | theta |
Float | lambda |
Float | eta |
Float | nu |
Float | c1 |
Float | c2 |
Float | c3 |
Float | c4 |
Float | c5 |
problem_mixed | stokes |
oldroyd_theta_scheme | ( | ) |
Definition at line 26 of file oldroyd_theta_scheme1.h.
void initial | ( | const geo & | omega, |
field & | tau_h, | ||
field & | uh, | ||
field & | ph, | ||
string | restart | ||
) |
Definition at line 47 of file oldroyd_theta_scheme2.h.
Definition at line 26 of file oldroyd_theta_scheme2.h.
|
protected |
Definition at line 70 of file oldroyd_theta_scheme2.h.
|
protected |
Definition at line 26 of file oldroyd_theta_scheme3.h.
|
protected |
Definition at line 42 of file oldroyd_theta_scheme3.h.
Definition at line 81 of file oldroyd_theta_scheme2.h.
|
protected |
Definition at line 31 of file oldroyd_theta_scheme1.h.
|
protected |
Definition at line 65 of file oldroyd_theta_scheme3.h.
Float We |
Definition at line 42 of file oldroyd_theta_scheme.h.
Float alpha |
Definition at line 42 of file oldroyd_theta_scheme.h.
Float a |
Definition at line 42 of file oldroyd_theta_scheme.h.
Float Re |
Definition at line 42 of file oldroyd_theta_scheme.h.
Float delta_t |
Definition at line 42 of file oldroyd_theta_scheme.h.
Float tol |
Definition at line 42 of file oldroyd_theta_scheme.h.
size_t max_iter |
Definition at line 43 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 45 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 45 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 45 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 46 of file oldroyd_theta_scheme.h.
|
mutableprotected |
Definition at line 47 of file oldroyd_theta_scheme.h.
|
mutableprotected |
Definition at line 48 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
Definition at line 49 of file oldroyd_theta_scheme.h.
Definition at line 49 of file oldroyd_theta_scheme.h.
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 49 of file oldroyd_theta_scheme.h.
|
protected |
Definition at line 50 of file oldroyd_theta_scheme.h.