Go to the source code of this file.
◆ registerMooseObjectReplaced()
◆ validParams< ParsedAddSideset >()
Definition at line 26 of file ParsedAddSideset.C.
31 "Function expression encoding a combinatorial geometry");
32 params.
addRequiredParam<BoundaryName>(
"new_sideset_name",
"The name of the new sideset");
33 params.
addParam<std::vector<SubdomainID>>(
34 "included_subdomain_ids",
35 "A set of subdomain ids whose sides will be included in the new sidesets");
39 "If provided specifies the normal vector on sides that are added to the new ");
40 params.
addParam<std::vector<std::string>>(
41 "constant_names",
"Vector of constants used in the parsed function (use this for kB etc.)");
42 params.
addParam<std::vector<std::string>>(
43 "constant_expressions",
44 "Vector of values for the constants in constant_names (can be an FParser expression)");
46 "centroid satisfies the combinatorial_geometry expression, (and "
48 "if one of the side's elements is in included_subdomain_ids and if it "
49 "features the correct normal.");