fedoo.core.BoundaryCondition.get_true_value

BoundaryCondition.get_true_value(t_fact=1, t_fact_old=None)

Return the true bc value. For incremental problems, this function return the real bc values, which is in general different to the incremental values given by the get_value function.

Parameters:
  • t_fact (float between 0 and 1.) – The time factor. t_fact = 0 at the beginning of the increment (start value) t_fact = 1 at the end. The default is 1.

  • t_fact_old (float between 0 and 1.) – The time factor at the previous iteration (only used for incremental problems). The default is None.

Return type:

The value of the dirichlet of neumann boundary condition at the speficied time evolution.